gnu: lilv: Return #t from all phases.

* gnu/packages/audio.scm (lilv)[arguments]: Return #t from the 'set-ldflags'
phase.
This commit is contained in:
Mark H Weaver 2018-04-12 03:38:04 -04:00
parent c2f93fc0a0
commit d582d925e5
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -1733,7 +1733,8 @@ (define-public lilv
(lambda* (#:key outputs #:allow-other-keys)
(setenv "LDFLAGS"
(string-append "-Wl,-rpath="
(assoc-ref outputs "out") "/lib")))))))
(assoc-ref outputs "out") "/lib"))
#t)))))
;; required by lilv-0.pc
(propagated-inputs
`(("serd" ,serd)