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

commit a4197ad29cd5b1b521fa7e7f332b6d8a171cb6d0
Author: Mark H Weaver <m...@netris.org>
Date:   Thu Apr 12 03:36:19 2018 -0400

    gnu: serd: Return #t from all phases.
    
    * gnu/packages/rdf.scm (serd)[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 4d8b1d1..88d3103 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -257,7 +257,8 @@ and triple stores.")
           (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

Reply via email to