aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-07-02 12:07:37 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:42:42 +0200
commit25c3ac5b8ae2ac20fc9e6121a5765fac6057b05d (patch)
tree526e4e485a9b06b7511b1af80b67553c19789f9d /TODO
parent8ac86b913ca86fe2701218589455cb007b45eda4 (diff)
downloadguix-25c3ac5b8ae2ac20fc9e6121a5765fac6057b05d.tar.gz
guix-25c3ac5b8ae2ac20fc9e6121a5765fac6057b05d.zip
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> Change-Id: Icc60ef7ae24a9c5935d328ef72dd1779ef70b05f
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions
mit/gnu.scm?id=bde7eb8f0ae6a58b0195434ed15210acdda309aa'>Have (gnu) re-export (guix gexp)....* gnu.scm (%public-modules): Add '(guix gexp)'. Ludovic Courtès 2014-05-22Add (gnu) module....* gnu.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * build-aux/hydra/demo-os.scm: Use (gnu) and strip import list accordingly. * doc/guix.texi (Using the Configuration System): Adjust example accordingly. Ludovic Courtès