From fb5e55f909922872f51d93d7b8527888bc54d3e1 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Sun, 16 Jan 2022 22:23:18 +0100 Subject: [PATCH 3/3] gnu: deluge: Add explanation about wrap phase. * gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper. --- gnu/packages/bittorrent.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index ca0cc0dc5b..59ae6ac2f2 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -568,6 +568,9 @@ (define-public deluge (add-after 'install 'wrap (lambda* (#:key native-inputs inputs outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out")) + ;; "librsvg" input is only needed at build time and it + ;; conflit with the "librsvg" propageted by "gtk+", so we + ;; make sure there is no reference to it in the wrapper. (gi-typelib-path (string-join (filter (lambda (x) (not (string-prefix? -- 2.34.0