gnu: serd: Return #t from all phases.
* gnu/packages/rdf.scm (serd)[arguments]: Return #t from the 'set-ldflags' phase.
This commit is contained in:
parent
4a810e75aa
commit
a4197ad29c
|
@ -257,7 +257,8 @@ and triple stores.")
|
||||||
(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)))))
|
||||||
(home-page "http://drobilla.net/software/serd/")
|
(home-page "http://drobilla.net/software/serd/")
|
||||||
(synopsis "Library for RDF syntax supporting Turtle and NTriples")
|
(synopsis "Library for RDF syntax supporting Turtle and NTriples")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue