mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
7e1d02d53c
commit
5834953573
1 changed files with 2 additions and 4 deletions
|
@ -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 @@ (define* (emacs-byte-compile-directory dir)
|
|||
;; must also provide zlib as an input.
|
||||
libpng
|
||||
zlib
|
||||
(if (target-x86-64?)
|
||||
librsvg
|
||||
librsvg-2.40)
|
||||
(librsvg-for-system)
|
||||
libxpm
|
||||
libxml2
|
||||
libice
|
||||
|
|
Loading…
Reference in a new issue