guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: deluge: Add explanation about wrap phase.


From: guix-commits
Subject: 03/03: gnu: deluge: Add explanation about wrap phase.
Date: Mon, 17 Jan 2022 16:52:08 -0500 (EST)

bricewge pushed a commit to branch master
in repository guix.

commit 31577d879dd6e9d78e21b842953a804e0bc3fe92
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sun Jan 16 22:23:18 2022 +0100

    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 @@ features.")
          (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?



reply via email to

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