guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: emacs: Use librsvg-for-system.


From: guix-commits
Subject: 02/02: gnu: emacs: Use librsvg-for-system.
Date: Sun, 30 Apr 2023 08:18:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5834953573a00793fbee8918d9d53897e25fa363
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 30 15:17:25 2023 +0300

    gnu: emacs: Use librsvg-for-system.
    
    * gnu/packages/emacs.scm (emacs)[inputs]: Replace librsvg input logic
    with librsvg-for-system.
---
 gnu/packages/emacs.scm | 6 ++----
 1 file 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 <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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]