gnu: sord: Return #t from all phases.
* gnu/packages/rdf.scm (sord)[arguments]: Return #t from the 'set-ldflags' phase.
This commit is contained in:
parent
a4197ad29c
commit
c2f93fc0a0
|
@ -291,7 +291,8 @@ ideal (e.g. in LV2 implementations or embedded applications).")
|
||||||
(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)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("serd" ,serd)))
|
`(("serd" ,serd)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue