[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/22: gnu: inkscape: Sort inputs.
From: |
guix-commits |
Subject: |
20/22: gnu: inkscape: Sort inputs. |
Date: |
Sat, 9 Mar 2024 13:28:24 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 263f81d18a12be0aa8088f0072a5838c23e9f23b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 22 10:07:57 2024 -0500
gnu: inkscape: Sort inputs.
* gnu/packages/inkscape.scm (inkscape/stable) [inputs]: Sort.
[native-inputs]: Likewise.
Change-Id: I64253e52bf157013e6c55361f7633cbd01dcb020
---
gnu/packages/inkscape.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 1e674add9e..5449bf8d92 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -254,43 +254,43 @@ endif()~%~%"
`("GDK_PIXBUF_MODULE_FILE" =
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))
(inputs
- (list autotrace
+ (list (librsvg-for-system) ;for the pixbuf loader
+ autotrace
bash-minimal
+ boost
+ freetype
gdl-minimal
- gtkmm-3
- gtk+
gsl
gspell
- poppler
+ gtk+
+ gtkmm-3
+ lcms
lib2geom
+ libcdr
+ libgc
libjpeg-turbo
libpng
- libxml2
- libxslt
- libgc
- (librsvg-for-system) ;for the pixbuf loader
libsoup-minimal-2
- libcdr
libvisio
libwpd
libwpg
- freetype
+ libxml2
+ libxslt
+ poppler
popt
potrace
- lcms
- boost
- python-wrapper
- python-scour
- python-pyserial
- python-numpy
python-lxml
+ python-numpy
+ python-pyserial
+ python-scour
+ python-wrapper
readline))
(native-inputs
- (list bc
+ (list `(,glib "bin")
+ bc
gettext-minimal
- imagemagick/stable ;for tests
- `(,glib "bin")
googletest
+ imagemagick/stable ;for tests
perl
pkg-config))
(home-page "https://inkscape.org/")
- 08/22: gnu: pkgconf: Add $PKG_CONFIG_PATH search path., (continued)
- 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
- 03/22: gnu: Add atf., guix-commits, 2024/03/09
- 12/22: gnu: autotrace: Update to 0.31.10., guix-commits, 2024/03/09
- 09/22: gnu: pkgconf: Add support for cross-compilation., guix-commits, 2024/03/09
- 16/22: gnu: lib2geom: Update to 1.3., guix-commits, 2024/03/09
- 20/22: gnu: inkscape: Sort inputs.,
guix-commits <=
- 07/22: gnu: Add pkgconf-as-pkg-config., guix-commits, 2024/03/09
- 01/22: gnu: alsa-ucm-conf: Update to 1.2.11., guix-commits, 2024/03/09
- 21/22: gnu: inkscape: Fix Python support., guix-commits, 2024/03/09