mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
gnu: 4store: Remove unneeded build phase.
* gnu/packages/databases.scm (4store)[arguments]: Remove unneeded 'generate-configure phase.
This commit is contained in:
parent
50e20b8fee
commit
32c517a327
1 changed files with 0 additions and 6 deletions
|
@ -161,12 +161,6 @@ (define-public 4store
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
("cyrus-sasl" ,cyrus-sasl)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("util-linux" ,util-linux)))
|
("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.
|
;; http://www.4store.org has been down for a while now.
|
||||||
(home-page "https://github.com/4store/4store")
|
(home-page "https://github.com/4store/4store")
|
||||||
(synopsis "Clustered RDF storage and query engine")
|
(synopsis "Clustered RDF storage and query engine")
|
||||||
|
|
Loading…
Reference in a new issue