mhw pushed a commit to branch core-updates
in repository guix.

commit c2f93fc0a047b51eea9fb8b5bb7828fd7b216361
Author: Mark H Weaver <m...@netris.org>
Date:   Thu Apr 12 03:37:01 2018 -0400

    gnu: sord: Return #t from all phases.
    
    * gnu/packages/rdf.scm (sord)[arguments]: Return #t from the 'set-ldflags'
    phase.
---
 gnu/packages/rdf.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 88d3103..ba66b84 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -291,7 +291,8 @@ ideal (e.g. in LV2 implementations or embedded 
applications).")
           (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

Reply via email to