mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,8 @@ (define-public serd
|
|||
(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 a new issue