[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:35 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 1aaa1ed4fa9d53a39e31f95f108076eb2d3e3b4c
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:13:21 2021 +0200
gnu: python-screenkey: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/python-xyz.scm
(python-screenkey)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index be2d5cf692..ca7d80c350 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30549,8 +30549,7 @@ CMake.")
(string-append x11 "/lib/libX11.so.6")))
(substitute* "Screenkey/xlib.py"
(("libXtst.so.6")
- (string-append xtst "/lib/libXtst.so.6")))
- #t)))
+ (string-append xtst "/lib/libXtst.so.6"))))))
(add-after 'install 'wrap-screenkey
(lambda* (#:key outputs #:allow-other-keys)
(wrap-program
@@ -30559,7 +30558,8 @@ CMake.")
`("GI_TYPELIB_PATH"
":" prefix (,(getenv "GI_TYPELIB_PATH")))))))))
(inputs
- (list python-distutils-extra
+ (list bash-minimal
+ python-distutils-extra
python-tokenize-rt
libx11
libxtst
- 19/51: gnu: kawa: Add 'bash' input for 'wrap-program'., (continued)
- 19/51: gnu: kawa: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 22/51: gnu: lightdm: Explicitely use a native 'bash' for 'wrap-program'., guix-commits, 2023/10/21
- 24/51: gnu: dns: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 34/51: gnu: gpsd: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 43/51: gnu: orange: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 42/51: gnu: python-git-review: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 23/51: gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 29/51: gnu: itstool: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 44/51: gnu: piet: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 46/51: gnu: presentty: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 16/51: gnu: linux: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/51: gnu: dblatex: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 26/51: gnu: zeal: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 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