gnu: gdk-pixbuf: Remove trailing #t.

* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]<#:phases>: Remove
  the trailing #t.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Maxime Devos 2021-10-01 16:21:24 +02:00 committed by Mathieu Othacehe
parent 90fb289b69
commit 2f817ab6ab
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -634,14 +634,12 @@ (define-public gdk-pixbuf
(("http://www.oasis-open.org/docbook/xml/4\\.3/")
(string-append (assoc-ref (or native-inputs inputs)
"docbook-xml")
"/xml/dtd/docbook/"))))
#t))
"/xml/dtd/docbook/"))))))
(add-before 'configure 'disable-failing-tests
(lambda _
(substitute* "tests/meson.build"
(("\\[ 'pixbuf-fail', \\['conform', 'slow'\\], \\],")
""))
#t))
""))))
;; The slow tests take longer than the specified timeout.
,@(if (target-arm? (%current-system))
'((replace 'check