gnu: qpdf: Return #t from all phases.
* gnu/packages/pdf.scm (qpdf)[arguments]: Return #t from 'patch-paths' phase.
This commit is contained in:
parent
56f31a9fd5
commit
b5e530198a
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue