mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
a4197ad29c
commit
c2f93fc0a0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue