me
/
guix
Archived
1
0
Fork 0

gnu: inkscape: Fixup inputs.

* gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Replace librsvg
with librsvg-for-system.
(inkscape)[inputs]: Remove duplicate bash-minimal, librsvg.
master
Efraim Flashner 2023-04-10 16:59:49 +03:00
parent 5cf5d03d21
commit ae5d352534
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 4 deletions

View File

@ -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)))))