guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: inkscape: Always use imagemagick as an input.


From: guix-commits
Subject: 02/02: gnu: inkscape: Always use imagemagick as an input.
Date: Thu, 25 Jan 2024 05:24:34 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit d9a932f18b0f0c66688a6b02050b7cc9b3abe8c9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 25 12:15:13 2024 +0200

    gnu: inkscape: Always use imagemagick as an input.
    
    * gnu/packages/inkscape.scm (inkscape)[native-inputs]: Replace inherited
    imagemagick/stable with imagemagick.
    
    Change-Id: I6b25002deeeaa81fab6de4e181d2425fe7342aba
---
 gnu/packages/inkscape.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 190215f1d5..bf87ebc8a2 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2020, 2021, 2022, 2024 Maxim Cournoyer 
<maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Boris A. Dekshteyn <boris.dekshteyn@gmail.com>
 ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
-;;; Copyright © 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2023, 2024 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -323,4 +323,8 @@ as the native format.")
     (inputs (modify-inputs (package-inputs inkscape/stable)
               (append imagemagick         ;for libMagickCore and libMagickWand
                       python-cssselect))) ;to render qrcode
+    (native-inputs
+     (modify-inputs (package-native-inputs inkscape/stable)
+                    ;; Only use 1 imagemagick across the package build.
+                    (replace "imagemagick" imagemagick)))
     (properties (alist-delete 'hidden? (package-properties inkscape/stable)))))



reply via email to

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