[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: gdm: Use regular check.
From: |
guix-commits |
Subject: |
08/08: gnu: gdm: Use regular check. |
Date: |
Sat, 2 Jul 2022 05:56:58 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 0fb144549d9c0c29214f97a2c5f77e3b964110c2
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sat Jul 2 01:07:57 2022 -0300
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>
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
- branch master updated (2533e7f8d1 -> 0fb144549d), guix-commits, 2022/07/02
- 02/08: gnu: recutils: Use regular check., guix-commits, 2022/07/02
- 04/08: gnu: burp: Use regular check., guix-commits, 2022/07/02
- 07/08: gnu: iodine: Use regular check., guix-commits, 2022/07/02
- 05/08: gnu: edi: Use regular check., guix-commits, 2022/07/02
- 06/08: gnu: libsbml: Use regular check., guix-commits, 2022/07/02
- 03/08: gnu: libsigrokdecode: Use regular check., guix-commits, 2022/07/02
- 01/08: gnu: curl: Skip failing test on x86-32., guix-commits, 2022/07/02
- 08/08: gnu: gdm: Use regular check.,
guix-commits <=