me
/
guix
Archived
1
0
Fork 0

gnu: sord: Return #t from all phases.

* gnu/packages/rdf.scm (sord)[arguments]: Return #t from the 'set-ldflags'
phase.
master
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
1 changed files with 2 additions and 1 deletions

View File

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