mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: deluge: Add explanation about wrap phase.
* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper.
This commit is contained in:
parent
bb5f8a3b5e
commit
31577d879d
1 changed files with 3 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue