mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
c2f93fc0a0
commit
d582d925e5
1 changed files with 2 additions and 1 deletions
|
@ -1733,7 +1733,8 @@ (define-public lilv
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(setenv "LDFLAGS"
|
(setenv "LDFLAGS"
|
||||||
(string-append "-Wl,-rpath="
|
(string-append "-Wl,-rpath="
|
||||||
(assoc-ref outputs "out") "/lib")))))))
|
(assoc-ref outputs "out") "/lib"))
|
||||||
|
#t)))))
|
||||||
;; required by lilv-0.pc
|
;; required by lilv-0.pc
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("serd" ,serd)
|
`(("serd" ,serd)
|
||||||
|
|
Loading…
Reference in a new issue