[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/22: gnu: inkscape: Truly enable ImageMagic support.
From: |
guix-commits |
Subject: |
17/22: gnu: inkscape: Truly enable ImageMagic support. |
Date: |
Sat, 9 Mar 2024 13:28:24 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 2a374a6144bec7039609b72ae988b765d1e4b2c5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 22 10:12:57 2024 -0500
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
---
gnu/packages/inkscape.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index bf87ebc8a2..db871dc904 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -305,9 +305,9 @@ as the native format.")
(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
- branch core-updates updated (11d73c8aeb -> a723a7b3b7), guix-commits, 2024/03/09
- 10/22: gnu: pkg-config: Alias to pkgconf-as-pkg-config., guix-commits, 2024/03/09
- 14/22: gnu: autotrace: Fix pkg-config file., guix-commits, 2024/03/09
- 15/22: gnu: gd: Update to 2.3.3., guix-commits, 2024/03/09
- 17/22: gnu: inkscape: Truly enable ImageMagic support.,
guix-commits <=
- 18/22: gnu: lib2geom: Use gexps and remove input labels., guix-commits, 2024/03/09
- 19/22: gnu: inkscape: Update to 1.3.2., guix-commits, 2024/03/09
- 06/22: gnu: pkgconf: Enable test suite., guix-commits, 2024/03/09
- 11/22: gnu: pstoedit: Update to 4.00., guix-commits, 2024/03/09
- 08/22: gnu: pkgconf: Add $PKG_CONFIG_PATH search path., guix-commits, 2024/03/09
- 05/22: gnu: Add kyua., guix-commits, 2024/03/09
- 02/22: gnu: ld-wrapper: Also unset GUILE_LOAD_PATH., guix-commits, 2024/03/09
- 13/22: gnu: autotrace: Remove libtool archives., guix-commits, 2024/03/09
- 04/22: gnu: Add lutok., guix-commits, 2024/03/09
- 22/22: Revert "gnu: mpv: Propagate most libraries.", guix-commits, 2024/03/09