mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -233,7 +233,7 @@ endif()~%~%"
|
||||
libxml2
|
||||
libxslt
|
||||
libgc
|
||||
librsvg ;for the pixbuf loader
|
||||
(librsvg-for-system) ;for the pixbuf loader
|
||||
libsoup-minimal-2
|
||||
libcdr
|
||||
libvisio
|
||||
@@ -294,7 +294,5 @@ as the native format.")
|
||||
`("GDK_PIXBUF_MODULE_FILE" =
|
||||
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))))
|
||||
(inputs (modify-inputs (package-inputs inkscape/stable)
|
||||
(append bash-minimal
|
||||
librsvg ;for the pixbuf loader
|
||||
python-cssselect))) ;to render qrcode
|
||||
(append python-cssselect))) ;to render qrcode
|
||||
(properties (alist-delete 'hidden? (package-properties inkscape/stable)))))
|
||||
|
||||
Reference in New Issue
Block a user