aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bootloaders.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-17 02:37:58 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-19 01:19:33 +0100
commit4d25c486a5565e2b3fed1be53bc8b8278204f86e (patch)
treeffe3797856b7bba803c260b18f9e0ae077a518e7 /gnu/packages/bootloaders.scm
parent9200fe14f70506474cfc178dc8c1066bf00a5e7e (diff)
downloadguix-4d25c486a5565e2b3fed1be53bc8b8278204f86e.tar.gz
guix-4d25c486a5565e2b3fed1be53bc8b8278204f86e.zip
gnu: python-scikit-learn: Fix test failure.
* gnu/packages/python.scm (python-scikit-learn, python2-scikit-learn)[arguments]: Use 'modify-phases'. Move 'check' phase after 'install' and incorporate 'set-HOME' phase.
Diffstat (limited to 'gnu/packages/bootloaders.scm')
0 files changed, 0 insertions, 0 deletions
ystem): Use elogind-service-type. * gnu/tests/lightdm.scm (minimal-desktop-services): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2022-11-17tests: lightdm: Use set-xorg-configuration to set keyboard layout....This is to validate that it works, when the login manager service type is properly specified. * gnu/tests/lightdm.scm (%lightdm-os): Use set-xorg-configuration. Maxim Cournoyer 2022-08-28services: Add lightdm-service-type....* gnu/services/lightdm.scm: New service. * tests/services/lightdm.scm: Test it. * doc/guix.texi (X Window): Document it. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. Co-authored-by: L p R n d n <guix@lprndn.info> Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Maxim Cournoyer