gnu: lrdf: Replace bootstrap phase.

* gnu/packages/rdf.scm (lrdf)[arguments]: Remove autoreconf phase; replace
bootstrap phase instead.
This commit is contained in:
Ricardo Wurmus 2018-11-11 11:22:22 +01:00
parent d212ed2f00
commit a69cc70dea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -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)