gnu: libpng-apng: Remove obsolete trailing #t.
* gnu/packages/image.scm (libpng-apng)[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
2cea54ba62
commit
ea6a2df77f
1 changed files with 2 additions and 4 deletions
|
@ -213,14 +213,12 @@ (define (apply-patch file)
|
|||
apng.gz)
|
||||
(invoke "sh" "-c"
|
||||
(string-append "gunzip < " apng.gz " > the-patch"))
|
||||
(apply-patch "the-patch")
|
||||
#t)))
|
||||
(apply-patch "the-patch"))))
|
||||
(add-before 'configure 'no-checks
|
||||
(lambda _
|
||||
(substitute* "Makefile.in"
|
||||
(("^scripts/symbols.chk") "")
|
||||
(("check: scripts/symbols.chk") ""))
|
||||
#t)))))
|
||||
(("check: scripts/symbols.chk") "")))))))
|
||||
(inputs
|
||||
`(("apng" ,(origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue