diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index e524949660..244a2e665c 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -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) |