gnu: serd: Return #t from all phases.

* gnu/packages/rdf.scm (serd)[arguments]: Return #t from the 'set-ldflags'
phase.
master
Mark H Weaver 2018-04-12 03:36:19 -04:00
parent 4a810e75aa
commit a4197ad29c
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -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