[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/51: gnu: lightdm: Explicitely use a native 'bash' for 'wrap-program'.
From: |
guix-commits |
Subject: |
22/51: gnu: lightdm: Explicitely use a native 'bash' for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:32 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit c7e222298ef2e3d45cae72f3e1f95a1d96771d31
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:37 2021 +0200
gnu: lightdm: Explicitely use a native 'bash' for 'wrap-program'.
Having to use a native bash for 'wrap-program' is fairly
unusual, but here it is the right thing, as it is for
the test suite only. Placate the 'wrapper-inputs' linter.
Also, eventually we might consider letting 'wrap-program'
bail out if no bash for the host is found, even when
compiling natively. But that's for later.
* gnu/packages/display-managers.scm
(lightdm)[arguments]<#:phases>{pre-check}: Set #:sh
argument of 'pre-check'
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/display-managers.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/display-managers.scm
b/gnu/packages/display-managers.scm
index 327a29aa9e..d3711ee6eb 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -309,6 +309,7 @@ experience for your users, your family and yourself")
(add-before 'check 'pre-check
(lambda _
(wrap-program "tests/src/test-python-greeter"
+ #:sh (which "bash")
`("GUIX_PYTHONPATH" ":" prefix (,(getenv
"GUIX_PYTHONPATH")))
`("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))
;; Avoid printing locale warnings, which trip up the text
- 11/51: gnu: sawfish: Add 'bash' input for 'wrap-program'., (continued)
- 11/51: gnu: sawfish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 21/51: gnu: ranger: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/51: gnu: spice: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/51: gnu: execline: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 09/51: gnu: swish-e: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 05/51: gnu: ceph: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 04/51: gnu: mosh: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 13/51: gnu: phabricator: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/51: gnu: lxqt: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 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 <=
- 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, 2023/10/21
- 16/51: gnu: linux: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21