gnu: 4store: Remove unneeded build phase.

* gnu/packages/databases.scm (4store)[arguments]: Remove unneeded
'generate-configure phase.
master
Efraim Flashner 2019-08-09 12:13:02 +03:00
parent 50e20b8fee
commit 32c517a327
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 6 deletions

View File

@ -161,12 +161,6 @@
("cyrus-sasl" ,cyrus-sasl)
("openssl" ,openssl)
("util-linux" ,util-linux)))
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'generate-configure
(lambda _
(invoke "sh" "autogen.sh"))))))
;; http://www.4store.org has been down for a while now.
(home-page "https://github.com/4store/4store")
(synopsis "Clustered RDF storage and query engine")