gnu: emacs: Use 'librsvg-for-system'.
* gnu/packages/emacs.scm (emacs)[inputs]: Use 'librsvg-for-system' unconditionally.
This commit is contained in:
parent
c789d00b5f
commit
3bd7ce6053
1 changed files with 1 additions and 7 deletions
|
@ -288,13 +288,7 @@
|
|||
;; must also provide zlib as an input.
|
||||
("libpng" ,libpng)
|
||||
("zlib" ,zlib)
|
||||
|
||||
;; librsvg is an optional dependency that pulls in rust. Rust is not
|
||||
;; supported well on every architecture yet.
|
||||
,@(if (string-prefix? "x86_64" (or (%current-target-system)
|
||||
(%current-system)))
|
||||
`(("librsvg" ,librsvg))
|
||||
'())
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("libxpm" ,libxpm)
|
||||
("libxml2" ,libxml2)
|
||||
("libice" ,libice)
|
||||
|
|
Reference in a new issue