[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: transmission: Restore HTML files in the defa
From: |
guix-commits |
Subject: |
branch master updated: gnu: transmission: Restore HTML files in the default output. |
Date: |
Tue, 26 Sep 2023 05:09:28 -0400 |
This is an automated email from the git hooks/post-receive script.
snape pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 27ec9eeceb gnu: transmission: Restore HTML files in the default output.
27ec9eeceb is described below
commit 27ec9eeceb971afe11aae4f24ceb8764f1735634
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Tue Sep 26 11:02:07 2023 +0200
gnu: transmission: Restore HTML files in the default output.
This fixes transmission-daemon.
* gnu/packages/bittorrent.scm (transmission)[arguments]: remove
"transmission"
directory from the 'move-gui' procedure.
---
gnu/packages/bittorrent.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index fde1bd06d8..3b989c5af4 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -17,6 +17,7 @@
;;; Copyright © 2022 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2022 Jacob Hart <hartja1@yahoo.com>
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
+;;; Copyright © 2023 Clément Lassieur <clement@lassieur.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -127,7 +128,7 @@
(lambda (dir)
(rename-file (string-append #$output "/share/" dir)
(string-append #$output:gui "/share/" dir)))
- '("applications" "icons" "metainfo" "transmission"))
+ '("applications" "icons" "metainfo"))
(rename-file
(string-append #$output "/share/man/man1/transmission-gtk.1")
(string-append #$output:gui
"/share/man/man1/transmission-gtk.1"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: transmission: Restore HTML files in the default output.,
guix-commits <=