[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
394/401: gnu: seed: Disable tests.
From: |
guix-commits |
Subject: |
394/401: gnu: seed: Disable tests. |
Date: |
Tue, 18 Aug 2020 16:22:32 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 1519b591480b3dcd788885d44ce8686e2da3ee2c
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 06:06:09 2020 -0400
gnu: seed: Disable tests.
* gnu/packages/gnome.scm (seed) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
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 04c073d..8dab97b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -369,7 +369,8 @@ bindings.")
(build-system glib-or-gtk-build-system)
(outputs '("out" "doc"))
(arguments
- `(#:configure-flags
+ `(#:tests? #f ; FIXME
+ #:configure-flags
(list
"--disable-static"
"--enable-xorg-module"
- 320/401: gnu: Add mozjs-68., (continued)
- 320/401: gnu: Add mozjs-68., guix-commits, 2020/08/18
- 325/401: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., guix-commits, 2020/08/18
- 329/401: build-system/cmake: Wrap Python executables, too., guix-commits, 2020/08/18
- 333/401: build-system/meson: Only include phases that are enabled., guix-commits, 2020/08/18
- 343/401: gnu: graphene: Include python phases., guix-commits, 2020/08/18
- 361/401: gnu: gom: Include python phases., guix-commits, 2020/08/18
- 364/401: gnu: libchamplain: Include python phases., guix-commits, 2020/08/18
- 365/401: gnu: libpeas: Include python phases., guix-commits, 2020/08/18
- 378/401: gnu: mediasdk: Include python phases., guix-commits, 2020/08/18
- 389/401: gnu: gedit: Replace custom typelib and python wraps., guix-commits, 2020/08/18
- 394/401: gnu: seed: Disable tests.,
guix-commits <=
- 298/401: gnu: gnome-terminal: Update package definition., guix-commits, 2020/08/18
- 308/401: gnu: Add brltty., guix-commits, 2020/08/18
- 319/401: gnu: Add egl-wayland., guix-commits, 2020/08/18
- 323/401: gnu: gdm: Update package definition., guix-commits, 2020/08/18
- 328/401: build-system/meson: Wrap Python executables, too., guix-commits, 2020/08/18
- 331/401: gnu: Add gnome-minimal., guix-commits, 2020/08/18
- 332/401: gnu: opencv: Fix build with new version of jasper., guix-commits, 2020/08/18
- 354/401: gnu: webkitgtk: Include glib-or-gtk and python phases., guix-commits, 2020/08/18
- 359/401: gnu: geocode-glib: Include python phases., guix-commits, 2020/08/18
- 376/401: gnu: totem: Include python phases., guix-commits, 2020/08/18