~ruther/guix-local

8b0500729754e208bff983563bfe60836de9f30b — Efraim Flashner 2 years ago d79c88e
gnu: colord-minimal: Skip tests on big-endian systems.

* gnu/packages/gnome.scm (colord-minimal)[arguments]: Disable tests when
building on a big-endian system.

Change-Id: I6d1ba215894175e75ed4a3171ad3c54cb12653cd
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +3 -0
@@ 5583,6 5583,9 @@ file.")
                                "-Dlocalstatedir=/var"
                                "-Dman=false"
                                "-Dsystemd=false") ;no systemd
      ;; Apparently the tests are known to fail on big-endian systems.
      #:tests? (not (or (%current-target-system)
                        (not (target-little-endian?))))
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'disable-problematic-tests