summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2023-04-30 15:17:25 +0300
committerEfraim Flashner <[email protected]>2023-04-30 15:17:25 +0300
commit5834953573a00793fbee8918d9d53897e25fa363 (patch)
treee5628e621b2035639589a2d54e911d11bae29d5a /gnu
parent7e1d02d53c1dd8d33df22744b44aa45ab10eb451 (diff)
gnu: emacs: Use librsvg-for-system.
* gnu/packages/emacs.scm (emacs)[inputs]: Replace librsvg input logic with librsvg-for-system.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8da7279147..7ae4f0cf51 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2017 Alex Vong <[email protected]>
;;; Copyright © 2017, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017 Jan Nieuwenhuizen <[email protected]>
-;;; Copyright © 2018 Efraim Flashner <[email protected]>
+;;; Copyright © 2018, 2023 Efraim Flashner <[email protected]>
;;; Copyright © 2018 Mathieu Othacehe <[email protected]>
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Jesse John Gildersleve <[email protected]>
@@ -345,9 +345,7 @@
;; must also provide zlib as an input.
libpng
zlib
- (if (target-x86-64?)
- librsvg
- librsvg-2.40)
+ (librsvg-for-system)
libxpm
libxml2
libice