diff options
-rw-r--r-- | gnu/packages/emacs.scm | 6 |
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 |