From ae5d3525348de562b84fc9faccf09fd6e06ab3df Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 10 Apr 2023 16:59:49 +0300 Subject: gnu: inkscape: Fixup inputs. * gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Replace librsvg with librsvg-for-system. (inkscape)[inputs]: Remove duplicate bash-minimal, librsvg. --- gnu/packages/inkscape.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index ffabc4cf33..b4b35dc251 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -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))))) -- cgit v1.2.3