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)
|
||||
(setenv "LDFLAGS"
|
||||
(string-append "-Wl,-rpath="
|
||||
(assoc-ref outputs "out") "/lib")))))))
|
||||
(assoc-ref outputs "out") "/lib"))
|
||||
#t)))))
|
||||
(home-page "http://drobilla.net/software/serd/")
|
||||
(synopsis "Library for RDF syntax supporting Turtle and NTriples")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue