mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: gdm: Use regular check.
* gnu/packages/gnome.scm (gdm)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
fe16fe59ee
commit
0fb144549d
1 changed files with 1 additions and 1 deletions
|
@ -8372,7 +8372,7 @@ (define-public gdm
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
(list accountsservice
|
(list accountsservice
|
||||||
check-0.14 ;for testing
|
check ;for testing
|
||||||
elogind
|
elogind
|
||||||
eudev
|
eudev
|
||||||
gnome-session
|
gnome-session
|
||||||
|
|
Loading…
Reference in a new issue