[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/51: gnu: xdot: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
35/51: gnu: xdot: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:33 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit f9d6587c077ec7d3c11af3b9e9610bdf01890558
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:13:06 2021 +0200
gnu: xdot: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/graphviz.scm
(xdot)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I06af79cd888da83b152c819cc5bfc4e7089f077b
---
gnu/packages/graphviz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index b91c365e3c..2a93f6a0d7 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -40,6 +40,7 @@
#:use-module (guix gexp)
#:use-module (gnu packages)
#:use-module (gnu packages autotools)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages bison)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
@@ -306,6 +307,7 @@ Graphviz and LaTeX.")
(,(dirname (search-input-file inputs "bin/dot"))))))))))
(inputs
(list at-spi2-core
+ bash-minimal
(librsvg-for-system)
harfbuzz
graphviz
- 31/51: gnu: windowmaker: Add 'bash' input for 'wrap-program'., (continued)
- 31/51: gnu: windowmaker: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 32/51: gnu: icecat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 37/51: gnu: gtk-doc: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 38/51: gnu: guile-wm: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 45/51: gnu: plotutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 51/51: gnu: rust: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 18/51: gnu: kde: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 20/51: gnu: ebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 28/51: gnu: gramps: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 33/51: gnu: icedove: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 35/51: gnu: xdot: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 39/51: gnu: raincat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 50/51: gnu: rednotebook: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/51: gnu: julia: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 49/51: gnu: gnuradio: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 30/51: gnu: gnome-shell-extension-gsconnect: Add 'bash' input., guix-commits, 2023/10/21
- 36/51: gnu: groff: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 40/51: gnu: itk-snap: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 41/51: gnu: mypaint: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 47/51: gnu: gunicorn: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21