mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: inkscape: Add bash-minimal to inputs.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal.
This commit is contained in:
parent
b1523ffac5
commit
ad7a2be415
1 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@ (define-module (gnu packages inkscape)
|
||||||
#:use-module (guix build-system cmake)
|
#:use-module (guix build-system cmake)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages aspell)
|
#:use-module (gnu packages aspell)
|
||||||
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages bdw-gc)
|
#:use-module (gnu packages bdw-gc)
|
||||||
#:use-module (gnu packages boost)
|
#:use-module (gnu packages boost)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
|
@ -280,5 +281,6 @@ (define-public inkscape
|
||||||
`("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 librsvg))) ;for the pixbuf loader
|
(append bash-minimal
|
||||||
|
librsvg))) ;for the pixbuf loader
|
||||||
(properties (alist-delete 'hidden? (package-properties inkscape/stable)))))
|
(properties (alist-delete 'hidden? (package-properties inkscape/stable)))))
|
||||||
|
|
Loading…
Reference in a new issue