mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guile-wm: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/guile-wm.scm (guile-wm)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ie70871d0cc10f761f05273b65abda843a4ce8bcd
This commit is contained in:
parent
ea98917d89
commit
8ef04fb32a
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
(define-module (gnu packages guile-wm)
|
||||
#:use-module (guix licenses)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (gnu packages guile)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
|
@ -174,7 +175,7 @@ (define-public guile-wm
|
|||
Type=Application~%"
|
||||
,name ,synopsis %output)))))))))
|
||||
(native-inputs (list guile-2.2 guile-xcb pkg-config texinfo))
|
||||
(inputs (list guile-2.2 guile-xcb))
|
||||
(inputs (list bash-minimal guile-2.2 guile-xcb))
|
||||
(home-page "https://github.com/mwitmer/guile-wm/releases")
|
||||
(description
|
||||
"Guile-WM is a simple window manager that's completely customizable—you
|
||||
|
|
Loading…
Reference in a new issue