gnu: emacs: Use librsvg-for-system.

* gnu/packages/emacs.scm (emacs)[inputs]: Replace librsvg input logic
with librsvg-for-system.
This commit is contained in:
Efraim Flashner 2023-04-30 15:17:25 +03:00
parent 7e1d02d53c
commit 5834953573
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13,7 +13,7 @@
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2018, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Jesse John Gildersleve <jessejohngildersleve@zohomail.eu> ;;; Copyright © 2019 Jesse John Gildersleve <jessejohngildersleve@zohomail.eu>
@ -345,9 +345,7 @@ (define* (emacs-byte-compile-directory dir)
;; must also provide zlib as an input. ;; must also provide zlib as an input.
libpng libpng
zlib zlib
(if (target-x86-64?) (librsvg-for-system)
librsvg
librsvg-2.40)
libxpm libxpm
libxml2 libxml2
libice libice