mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: gexiv2: Enable tests on all platforms.
* gnu/packages/gnome.scm (gexiv2)[arguments]: Remove.
This commit is contained in:
parent
e9194eb048
commit
8cae550021
1 changed files with 0 additions and 8 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue