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

* gnu/packages/openbox.scm (openbox)[inputs]: Use 'librsvg-for-system'
unconditionally.
This commit is contained in:
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

View file

@ -52,14 +52,7 @@ (define-public openbox
(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)