aboutsummaryrefslogtreecommitdiff
path: root/tests/store.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-02-12 23:21:19 -0500
committerLeo Famulari <leo@famulari.name>2019-02-12 23:23:19 -0500
commit344e0f56218f6b2680e0ab00446eed372216d420 (patch)
tree819a77b587b10179bcd74f218f6bbf7fe75782cd /tests/store.scm
parentc7cf43ddec9be5389d3a2623d6414d9b55354f64 (diff)
downloadguix-344e0f56218f6b2680e0ab00446eed372216d420.tar.gz
guix-344e0f56218f6b2680e0ab00446eed372216d420.zip
gnu: netpbm: Fix a hard-coded path.
Fixes <https://bugs.gnu.org/24735>. * gnu/packages/netpbm.scm (netpbm)[arguments]: Patch a path in the 'configure' phase.
Diffstat (limited to 'tests/store.scm')
0 files changed, 0 insertions, 0 deletions
77899b57'>tests: 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