gnu: inkscape: Remove input labels.
* gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Remove labels.
This commit is contained in:
parent
aaff183093
commit
5ccf3dfd55
1 changed files with 31 additions and 31 deletions
|
@ -216,37 +216,37 @@ endif()~%~%"
|
||||||
`("GDK_PIXBUF_MODULE_FILE" =
|
`("GDK_PIXBUF_MODULE_FILE" =
|
||||||
(,(getenv "GDK_PIXBUF_MODULE_FILE"))))))))))
|
(,(getenv "GDK_PIXBUF_MODULE_FILE"))))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("aspell" ,aspell)
|
(list aspell
|
||||||
("autotrace" ,autotrace)
|
autotrace
|
||||||
("bash-minimal" ,bash-minimal)
|
bash-minimal
|
||||||
("gdl" ,gdl-minimal)
|
gdl-minimal
|
||||||
("gtkmm" ,gtkmm-3)
|
gtkmm-3
|
||||||
("gtk" ,gtk+)
|
gtk+
|
||||||
("gtkspell3" ,gtkspell3)
|
gtkspell3
|
||||||
("gsl" ,gsl)
|
gsl
|
||||||
("poppler" ,poppler)
|
poppler
|
||||||
("lib2geom" ,lib2geom-1.2)
|
lib2geom-1.2
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("libxslt" ,libxslt)
|
libxslt
|
||||||
("libgc" ,libgc)
|
libgc
|
||||||
("librsvg" ,librsvg) ;for the pixbuf loader
|
librsvg ;for the pixbuf loader
|
||||||
("libsoup" ,libsoup-minimal-2)
|
libsoup-minimal-2
|
||||||
("libcdr" ,libcdr)
|
libcdr
|
||||||
("libvisio" ,libvisio)
|
libvisio
|
||||||
("libwpd" ,libwpd)
|
libwpd
|
||||||
("libwpg" ,libwpg)
|
libwpg
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("popt" ,popt)
|
popt
|
||||||
("potrace" ,potrace)
|
potrace
|
||||||
("lcms" ,lcms)
|
lcms
|
||||||
("boost" ,boost)
|
boost
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("python-scour" ,python-scour)
|
python-scour
|
||||||
("python-pyserial" ,python-pyserial)
|
python-pyserial
|
||||||
("python-numpy" ,python-numpy)
|
python-numpy
|
||||||
("python-lxml" ,python-lxml)))
|
python-lxml))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
imagemagick ;for tests
|
imagemagick ;for tests
|
||||||
|
|
Reference in a new issue