diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 0cbd55dd52..5a72d6736e 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Andreas Enge ;;; Copyright © 2013, 2014 Ludovic Courtès +;;; Copyright © 2014 Mark H Weaver ;;; ;;; This file is part of GNU Guix. ;;; @@ -412,7 +413,10 @@ (define-public gtk+ '() `(("xorg-server" ,xorg-server))))) (arguments - `(#:phases + `(;; FIXME: See above. + #:tests? ,(not (string=? (or (%current-target-system) (%current-system)) + "mips64el-linux")) + #:phases (alist-replace 'configure (lambda* (#:key inputs #:allow-other-keys #:rest args)