mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
This commit is contained in:
parent
af15de3d6a
commit
17e6ce2f88
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
;;; Copyright © 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; 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>
|
||||
|
@ -245,6 +245,7 @@ (define-public inkscape/stable
|
|||
gtk+
|
||||
gtkspell3
|
||||
gsl
|
||||
imagemagick ;for libMagickCore and libMagickWand
|
||||
poppler
|
||||
lib2geom
|
||||
libjpeg-turbo
|
||||
|
|
Loading…
Reference in a new issue