guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#63056] [PATCH] gnu: Transmission: Update to 4.0.3.


From: Clément Lassieur
Subject: [bug#63056] [PATCH] gnu: Transmission: Update to 4.0.3.
Date: Mon, 25 Sep 2023 13:32:52 +0200
User-agent: Cyrus-JMAP/3.9.0-alpha0-761-gece9e40c48-fm-20230913.001-gece9e40c

Hi, it seems to me that this patch broke transmission-daemon (if gui is not installed).

Would that be OK if I patch it so it puts the "share/transmission" directory back in the default output?  (Which only contains  "public_html".)

It would look like
@@ -127,7 +127,7 @@ (define-public transmission
                 (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"))))

Thanks,
Clément


reply via email to

[Prev in Thread] Current Thread [Next in Thread]