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 <[email protected]>
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 <[email protected]>
;;; Copyright © 2022 Jacob Hart <[email protected]>
;;; Copyright © 2022 Simon Streit <[email protected]>
+;;; Copyright © 2023 Clément Lassieur <[email protected]>
;;;
;;; 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"))))