mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: openbox: Use 'librsvg-for-system'.
* gnu/packages/openbox.scm (openbox)[inputs]: Use 'librsvg-for-system' unconditionally.
This commit is contained in:
parent
efbaa5fcc8
commit
c789d00b5f
1 changed files with 1 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue