diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gtk.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 212a6a3915..234ff9fb83 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2739,7 +2739,8 @@ printed to standard output.") "--localstatedir=/var" ;; The shebang of the generated test files should be patched ;; before enabling tests. - "--disable-tests") + "--disable-tests" + "--disable-dumper") #:make-flags #~(list (string-append "typelibdir=" #$output "/lib/girepository-1.0")) #:phases @@ -2771,8 +2772,7 @@ printed to standard output.") (setenv "HAVE_VALGRIND_FALSE" "#")))))) (inputs (list glib - gtk+ - gtk+-2)) + gtk+)) (native-inputs (list autoconf automake |