gnu: qpdf: Return #t from all phases.

* gnu/packages/pdf.scm (qpdf)[arguments]: Return #t from 'patch-paths' phase.
master
Mark H Weaver 2018-03-18 23:22:59 -04:00
parent 56f31a9fd5
commit b5e530198a
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -652,7 +652,8 @@ eval '(exit $?0)' && eval 'exec perl -wS \"$0\" ${1+\"$@\"}'
(substitute* (append
'("qtest/bin/qtest-driver")
(find-files "." "\\.test"))
(("/usr/bin/env") (which "env"))))))))
(("/usr/bin/env") (which "env")))
#t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
("perl" ,perl)))