summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-07-13 18:53:23 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-07-13 18:53:23 +0200
commit8cae550021279668296e5462868a2c8a59d18c0b (patch)
tree27b697efa65c0d7a001089fe35f7097f44db00b7
parente9194eb04896165f15830862c42673e96bc5c5f7 (diff)
gnu: gexiv2: Enable tests on all platforms.
* gnu/packages/gnome.scm (gexiv2)[arguments]: Remove.
-rw-r--r--gnu/packages/gnome.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4c7847ba94..4d7f956162 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4629,14 +4629,6 @@ classes for commonly used data structures.")
(base32
"1qbcwq89g4r67k1dj4laqj441pj4195c8hzhxn8vc6mmg8adg6kx"))))
(build-system meson-build-system)
- (arguments
- ;; On 32-bit platforms, the test fails with a rounding error:
- ;; <https://bugzilla.gnome.org/show_bug.cgi?id=775249>. Just skip it for
- ;; now.
- (if (and (not (%current-target-system))
- (member (%current-system) '("i686-linux" "armhf-linux")))
- '(#:tests? #f)
- '()))
(native-inputs
`(("glib" ,glib "bin")
("pkg-config" ,pkg-config)))