kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit ccb8ba51e7400bb5c51ec1c7a8b529bd21bf974e
Author: Kei Kebreau <[email protected]>
Date: Thu Jul 25 11:42:10 2019 -0400
gnu: libdazzle: Use xorg-server-fot-tests.
[native-inputs]: Replace xorg-server with xorg-server-for-tests.
---
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 db653da..58f1aa2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8279,7 +8279,7 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
`(("glib" ,glib "bin") ; glib-compile-resources
("pkg-config" ,pkg-config)
;; For tests.
- ("xorg-server" ,xorg-server)))
+ ("xorg-server" ,xorg-server-for-tests)))
(inputs
`(("glib" ,glib)
("gobject-introspection" ,gobject-introspection)