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:
Mark H Weaver 2018-04-12 03:37:01 -04:00
parent a4197ad29c
commit c2f93fc0a0
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -291,7 +291,8 @@ (define-public sord
(lambda* (#:key outputs #:allow-other-keys)
(setenv "LDFLAGS"
(string-append "-Wl,-rpath="
(assoc-ref outputs "out") "/lib")))))))
(assoc-ref outputs "out") "/lib"))
#t)))))
(inputs
`(("serd" ,serd)))
(native-inputs