me
/
guix
Archived
1
0
Fork 0

gnu: emacs: Use librsvg-for-system.

* gnu/packages/emacs.scm (emacs)[inputs]: Replace librsvg input logic
with librsvg-for-system.
master
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
1 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,7 @@
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; 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, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Jesse John Gildersleve <jessejohngildersleve@zohomail.eu>
@ -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