mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public inkscape/stable
|
|||
`("GDK_PIXBUF_MODULE_FILE" =
|
||||
(,(getenv "GDK_PIXBUF_MODULE_FILE"))))))))))
|
||||
(inputs
|
||||
`(("aspell" ,aspell)
|
||||
("autotrace" ,autotrace)
|
||||
("bash-minimal" ,bash-minimal)
|
||||
("gdl" ,gdl-minimal)
|
||||
("gtkmm" ,gtkmm-3)
|
||||
("gtk" ,gtk+)
|
||||
("gtkspell3" ,gtkspell3)
|
||||
("gsl" ,gsl)
|
||||
("poppler" ,poppler)
|
||||
("lib2geom" ,lib2geom-1.2)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libpng" ,libpng)
|
||||
("libxml2" ,libxml2)
|
||||
("libxslt" ,libxslt)
|
||||
("libgc" ,libgc)
|
||||
("librsvg" ,librsvg) ;for the pixbuf loader
|
||||
("libsoup" ,libsoup-minimal-2)
|
||||
("libcdr" ,libcdr)
|
||||
("libvisio" ,libvisio)
|
||||
("libwpd" ,libwpd)
|
||||
("libwpg" ,libwpg)
|
||||
("freetype" ,freetype)
|
||||
("popt" ,popt)
|
||||
("potrace" ,potrace)
|
||||
("lcms" ,lcms)
|
||||
("boost" ,boost)
|
||||
("python" ,python-wrapper)
|
||||
("python-scour" ,python-scour)
|
||||
("python-pyserial" ,python-pyserial)
|
||||
("python-numpy" ,python-numpy)
|
||||
("python-lxml" ,python-lxml)))
|
||||
(list aspell
|
||||
autotrace
|
||||
bash-minimal
|
||||
gdl-minimal
|
||||
gtkmm-3
|
||||
gtk+
|
||||
gtkspell3
|
||||
gsl
|
||||
poppler
|
||||
lib2geom-1.2
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libxml2
|
||||
libxslt
|
||||
libgc
|
||||
librsvg ;for the pixbuf loader
|
||||
libsoup-minimal-2
|
||||
libcdr
|
||||
libvisio
|
||||
libwpd
|
||||
libwpg
|
||||
freetype
|
||||
popt
|
||||
potrace
|
||||
lcms
|
||||
boost
|
||||
python-wrapper
|
||||
python-scour
|
||||
python-pyserial
|
||||
python-numpy
|
||||
python-lxml))
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
imagemagick ;for tests
|
||||
|
|
Loading…
Reference in a new issue