diff options
author | Thiago Jung Bauermann <bauermann@kolabnow.com> | 2022-07-02 01:07:57 -0300 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-07-02 11:28:28 +0200 |
commit | 0fb144549d9c0c29214f97a2c5f77e3b964110c2 (patch) | |
tree | 2c90fbcb28d7c946fd5f5d1a32e22789cd72aeb8 | |
parent | fe16fe59eeeab4469d2fcc1e18aeb26071a5c48c (diff) | |
download | guix-0fb144549d9c0c29214f97a2c5f77e3b964110c2.tar guix-0fb144549d9c0c29214f97a2c5f77e3b964110c2.tar.gz |
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>
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0cde3caebd..135d522699 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8372,7 +8372,7 @@ logo='~a'~%" icon)))))) ("xmllint" ,libxml2))) (inputs (list accountsservice - check-0.14 ;for testing + check ;for testing elogind eudev gnome-session |