[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/17: gnu: inkscape: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
13/17: gnu: inkscape: Add bash-minimal to inputs. |
Date: |
Tue, 12 Jul 2022 23:26:36 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit ad7a2be4151889a858ef25de6fd27b7bcb73cb79
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jul 12 23:11:39 2022 -0400
gnu: inkscape: Add bash-minimal to inputs.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal.
---
gnu/packages/inkscape.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 5f033ee89a..ad9552e049 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -31,6 +31,7 @@
#:use-module (guix build-system cmake)
#:use-module (gnu packages)
#:use-module (gnu packages aspell)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages bdw-gc)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
@@ -280,5 +281,6 @@ as the native format.")
`("GDK_PIXBUF_MODULE_FILE" =
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))))
(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)))))
- branch master updated (6cd6753218 -> c8f32406e8), guix-commits, 2022/07/12
- 01/17: gnu: sushi: Update to 42.0., guix-commits, 2022/07/12
- 04/17: gnu: libadwaita: Propagate gtk., guix-commits, 2022/07/12
- 02/17: gnu: sushi: Use new style inputs., guix-commits, 2022/07/12
- 09/17: gnu: tracker-miners: Use new style inputs., guix-commits, 2022/07/12
- 10/17: gnu: inkscape: Rename variable to inkscape/stable and hide package., guix-commits, 2022/07/12
- 11/17: gnu: inkscape: Reintroduce variable, updated to 1.2., guix-commits, 2022/07/12
- 13/17: gnu: inkscape: Add bash-minimal to inputs.,
guix-commits <=
- 05/17: gnu: tracker: Update to 3.3.1., guix-commits, 2022/07/12
- 06/17: gnu: tracker: Propagate libraries 'required' by pkg-config., guix-commits, 2022/07/12
- 07/17: gnu: tracker: Use new style inputs., guix-commits, 2022/07/12
- 12/17: gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE., guix-commits, 2022/07/12
- 16/17: gnu: deja-dup: Update to 43.4., guix-commits, 2022/07/12
- 17/17: gnu: deja-dup: Use new style inputs., guix-commits, 2022/07/12
- 03/17: gnu: sushi: Add bash-minimal to inputs., guix-commits, 2022/07/12
- 08/17: gnu: tracker-miners: Update to 3.3.1., guix-commits, 2022/07/12
- 14/17: gnu: gtk: Update to 4.6.6., guix-commits, 2022/07/12
- 15/17: gnu: gtk: Use new style inputs., guix-commits, 2022/07/12