gnu: qpdf: Return #t from all phases.

* gnu/packages/pdf.scm (qpdf)[arguments]: Return #t from 'patch-paths' phase.
This commit is contained in:
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

View file

@ -652,7 +652,8 @@ (define-public qpdf
(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)))