GNU bug report logs - #63056
[PATCH] gnu: Transmission: Update to 4.0.3.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Mon, 24 Apr 2023 17:49:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Clément Lassieur <clement <at> lassieur.org>
To: 63056 <at> debbugs.gnu.org
Subject: [bug#63056] [PATCH] gnu: Transmission: Update to 4.0.3.
Date: Mon, 25 Sep 2023 13:32:52 +0200
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]

This bug report was last modified 1 year and 243 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.