me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -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)