GNU bug report logs -
#49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.
Previous Next
Reported by: Maxime Devos <maximedevos <at> telenet.be>
Date: Fri, 2 Jul 2021 10:05:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
It is required for cross-compilation.
* gnu/packages/gpsd.scm
(gpsd)[inputs]: Add 'bash-minimal'.
---
gnu/packages/gps.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index dd43efc0d5..8f29ea8f1f 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -35,6 +35,7 @@
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages compression)
#:use-module (gnu packages docbook)
#:use-module (gnu packages glib)
@@ -235,7 +236,8 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.")
`(("bc" ,bc)
("pkg-config" ,pkg-config)))
(inputs
- `(("bluez" ,bluez)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("bluez" ,bluez)
("dbus" ,dbus)
("gtk+" ,gtk+)
("libcap" ,libcap)
--
2.32.0
This bug report was last modified 1 year and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.