civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit c789d00b5f2e71d218107686972d8b99fbc5501f
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Dec 5 22:09:21 2021 +0100

    gnu: openbox: Use 'librsvg-for-system'.
    
    * gnu/packages/openbox.scm (openbox)[inputs]: Use 'librsvg-for-system'
    unconditionally.
---
 gnu/packages/openbox.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/openbox.scm b/gnu/packages/openbox.scm
index d89b8c1..36270af 100644
--- a/gnu/packages/openbox.scm
+++ b/gnu/packages/openbox.scm
@@ -52,14 +52,7 @@
     (propagated-inputs `(("python2-pyxdg" ,python2-pyxdg)))
     (inputs `(("imlib2" ,imlib2)
               ("libxml2" ,libxml2)
-
-              ;; Librsvg, an optional dependency, depends on Rust, which is
-              ;; well supported only on x86_64.  Thus, remove it on other
-              ;; architectures.
-              ,@(if (target-x86-64?)
-                    `(("librsvg" ,librsvg))
-                    '())
-
+              ("librsvg" ,(librsvg-for-system))
               ("libsm" ,libsm)
               ("libxcursor" ,libxcursor)
               ("libxinerama" ,libxinerama)

Reply via email to