diff options
author | Maxim Cournoyer <[email protected]> | 2024-01-21 20:08:55 -0500 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-08-31 10:44:40 +0200 |
commit | 17e6ce2f8853a37a773fcc6ce3074382327bcb8a (patch) | |
tree | a9b506ca608b3a4a6a87d0682085c2fb119f710b | |
parent | af15de3d6aa13ed3d0454524bf277602da40a6fb (diff) |
gnu: inkscape/stable: Add imagemagick to inputs.
* gnu/packages/inkscape.scm (inkscape/stable) [inputs]: Add imagemagick.
Fixes: https://issues.guix.gnu.org/47479
Change-Id: Ibcc05563e7a020c331907f6bd40038656bb54a34
-rw-r--r-- | gnu/packages/inkscape.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index aa2c6419a0..9792b2b890 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2016, 2018 Ricardo Wurmus <[email protected]> ;;; Copyright © 2017, 2020 Marius Bakke <[email protected]> ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]> -;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <[email protected]> +;;; Copyright © 2020, 2021, 2022, 2024 Maxim Cournoyer <[email protected]> ;;; Copyright © 2020 Boris A. Dekshteyn <[email protected]> ;;; Copyright © 2020 Ekaitz Zarraga <[email protected]> ;;; Copyright © 2023 Efraim Flashner <[email protected]> @@ -245,6 +245,7 @@ endif()~%~%" gtk+ gtkspell3 gsl + imagemagick ;for libMagickCore and libMagickWand poppler lib2geom libjpeg-turbo |