[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/60: gnu: librsvg-next: Temporarily disable tests.
From: |
guix-commits |
Subject: |
60/60: gnu: librsvg-next: Temporarily disable tests. |
Date: |
Sat, 25 Jan 2020 14:47:22 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 7eb7d9eafef8def662b047314e2d3b45c92c1795
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Dec 26 16:06:26 2019 -0500
gnu: librsvg-next: Temporarily disable tests.
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Set #:tests? flag.
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bd799c7..49e9df7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2345,7 +2345,8 @@ from forcing GEXP-PROMISE."
(source librsvg-next-source)
(build-system gnu-build-system)
(arguments
- `(#:configure-flags
+ `(#:tests? #f
+ #:configure-flags
(list "--disable-static"
"--enable-vala") ; needed for e.g. gnome-mines
#:make-flags '("CC=gcc")
- 48/60: gnu: gnome-mines: Update to 3.34.0., (continued)
- 48/60: gnu: gnome-mines: Update to 3.34.0., guix-commits, 2020/01/25
- 50/60: gnu: devhelp: Update to 3.34.0., guix-commits, 2020/01/25
- 52/60: gnu: gnome-clocks: Update to 3.34.0., guix-commits, 2020/01/25
- 44/60: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/01/25
- 51/60: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/01/25
- 47/60: gnu: seahorse: Update to 3.34., guix-commits, 2020/01/25
- 46/60: gnu: gnome-shell: Update to 3.34.2., guix-commits, 2020/01/25
- 49/60: gnu: gnome-sudoku: Update to 3.34.1., guix-commits, 2020/01/25
- 55/60: gnu: gnome-shell-extensions: Update to 3.34.2., guix-commits, 2020/01/25
- 58/60: gnu: cheese: Update to 3.34.0., guix-commits, 2020/01/25
- 60/60: gnu: librsvg-next: Temporarily disable tests.,
guix-commits <=
- 57/60: gnu: tracker: Fix functional tests., guix-commits, 2020/01/25
- 56/60: gnu: orca: Update to 3.34.1., guix-commits, 2020/01/25
- 59/60: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/01/25
- 54/60: gnu: gnome-tweaks: Update to 3.34.0., guix-commits, 2020/01/25
- 53/60: gnu: gnome-calendar: Update to 3.34.2., guix-commits, 2020/01/25