diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-02-22 10:07:57 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:58 +0200 |
commit | 47fe24f1c51c959545cf9ea7380e655afcb4d9e7 (patch) | |
tree | 2c8d6c776eec634ea97eae62f83907e659f64a83 /gnu | |
parent | 930e1acae8930d1426c9f31844a448f855697b18 (diff) | |
download | guix-47fe24f1c51c959545cf9ea7380e655afcb4d9e7.tar.gz guix-47fe24f1c51c959545cf9ea7380e655afcb4d9e7.zip |
gnu: inkscape: Sort inputs.
* gnu/packages/inkscape.scm (inkscape/stable) [inputs]: Sort.
[native-inputs]: Likewise.
Change-Id: I64253e52bf157013e6c55361f7633cbd01dcb020
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/inkscape.scm | 38 |
1 files 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/") |