mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: inkscape: Remove obsolete input.
* gnu/packages/inkscape.scm (inkscape/stable)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
da51ffafc7
commit
aaff183093
1 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,7 @@
|
||||||
#:use-module (gnu packages bdw-gc)
|
#:use-module (gnu packages bdw-gc)
|
||||||
#:use-module (gnu packages boost)
|
#:use-module (gnu packages boost)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
|
#:use-module (gnu packages gettext)
|
||||||
#:use-module (gnu packages glib)
|
#:use-module (gnu packages glib)
|
||||||
#:use-module (gnu packages gnome)
|
#:use-module (gnu packages gnome)
|
||||||
#:use-module (gnu packages graphics)
|
#:use-module (gnu packages graphics)
|
||||||
|
@ -247,8 +248,8 @@ endif()~%~%"
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
("python-lxml" ,python-lxml)))
|
("python-lxml" ,python-lxml)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list imagemagick ;for tests
|
(list gettext-minimal
|
||||||
intltool
|
imagemagick ;for tests
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
googletest
|
googletest
|
||||||
perl
|
perl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue