gnu: inkscape: Fixup inputs.
* gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Replace librsvg with librsvg-for-system. (inkscape)[inputs]: Remove duplicate bash-minimal, librsvg.
This commit is contained in:
parent
5cf5d03d21
commit
ae5d352534
1 changed files with 2 additions and 4 deletions
|
@ -233,7 +233,7 @@ endif()~%~%"
|
||||||
libxml2
|
libxml2
|
||||||
libxslt
|
libxslt
|
||||||
libgc
|
libgc
|
||||||
librsvg ;for the pixbuf loader
|
(librsvg-for-system) ;for the pixbuf loader
|
||||||
libsoup-minimal-2
|
libsoup-minimal-2
|
||||||
libcdr
|
libcdr
|
||||||
libvisio
|
libvisio
|
||||||
|
@ -294,7 +294,5 @@ as the native format.")
|
||||||
`("GDK_PIXBUF_MODULE_FILE" =
|
`("GDK_PIXBUF_MODULE_FILE" =
|
||||||
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))))
|
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))))
|
||||||
(inputs (modify-inputs (package-inputs inkscape/stable)
|
(inputs (modify-inputs (package-inputs inkscape/stable)
|
||||||
(append bash-minimal
|
(append python-cssselect))) ;to render qrcode
|
||||||
librsvg ;for the pixbuf loader
|
|
||||||
python-cssselect))) ;to render qrcode
|
|
||||||
(properties (alist-delete 'hidden? (package-properties inkscape/stable)))))
|
(properties (alist-delete 'hidden? (package-properties inkscape/stable)))))
|
||||||
|
|
Reference in a new issue