mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: inkscape: Truly enable ImageMagic support.
This was commented out for testing and erroneously committed in commit b4a6b1ba93844d7373c58237cb0b742352dec954 ("gnu: inkscape/stable: Build stable variant without imagemagick support."). * gnu/packages/inkscape.scm (inkscape) [configure-flags]: Delete inherited "-DWITH_IMAGE_MAGICK=OFF" flag. Change-Id: I6d616a5bfc40c9ebef65aceb711c6541a523bad8
This commit is contained in:
parent
b5c2e59796
commit
3316c73e4d
1 changed files with 3 additions and 3 deletions
|
@ -305,9 +305,9 @@ (define-public inkscape
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments inkscape/stable)
|
||||
;; ((#:configure-flags flags ''())
|
||||
;; ;; Enable ImageMagick support.
|
||||
;; #~(delete "-DWITH_IMAGE_MAGICK=OFF" #$flags))
|
||||
((#:configure-flags flags ''())
|
||||
;; Enable ImageMagick support.
|
||||
#~(delete "-DWITH_IMAGE_MAGICK=OFF" #$flags))
|
||||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(replace 'wrap-program
|
||||
|
|
Loading…
Reference in a new issue