me
/
guix
Archived
1
0
Fork 0

gnu: openbox: Use 'librsvg-for-system'.

* gnu/packages/openbox.scm (openbox)[inputs]: Use 'librsvg-for-system'
unconditionally.
master
Ludovic Courtès 2021-12-05 22:09:21 +01:00
parent efbaa5fcc8
commit c789d00b5f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 8 deletions

View File

@ -52,14 +52,7 @@
(propagated-inputs `(("python2-pyxdg" ,python2-pyxdg))) (propagated-inputs `(("python2-pyxdg" ,python2-pyxdg)))
(inputs `(("imlib2" ,imlib2) (inputs `(("imlib2" ,imlib2)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("librsvg" ,(librsvg-for-system))
;; 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))
'())
("libsm" ,libsm) ("libsm" ,libsm)
("libxcursor" ,libxcursor) ("libxcursor" ,libxcursor)
("libxinerama" ,libxinerama) ("libxinerama" ,libxinerama)