guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: lrdf: Replace bootstrap phase.


From: Ricardo Wurmus
Subject: 09/10: gnu: lrdf: Replace bootstrap phase.
Date: Sun, 11 Nov 2018 05:24:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a69cc70deaa641baa50d580fb1315a69615cc381
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 11:22:22 2018 +0100

    gnu: lrdf: Replace bootstrap phase.
    
    * gnu/packages/rdf.scm (lrdf)[arguments]: Remove autoreconf phase; replace
    bootstrap phase instead.
---
 gnu/packages/rdf.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index e48a4fb..22ea21d 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -142,9 +142,9 @@ Java Lucene text search engine API to C++.")
                (("instances_test remove_test") "instances_test")
                (("\\$\\(TESTS\\) remove_test") "$(TESTS)"))
              #t))
-         (add-after 'remove-out-of-tree-references 'autoreconf
-           (lambda _
-             (zero? (system* "autoreconf" "-vfi")))))))
+         ;; The default bootstrap phase executes autogen.sh, which fails.
+         (replace 'bootstrap
+           (lambda _ (invoke "autoreconf" "-vif") #t)))))
     (inputs
      `(("raptor" ,raptor2)
        ("cyrus-sasl" ,cyrus-sasl)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]