mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
90fb289b69
commit
2f817ab6ab
1 changed files with 2 additions and 4 deletions
|
@ -634,14 +634,12 @@ highlighting and other features typical of a source code editor.")
|
|||
(("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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue