summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-08-09 12:13:02 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-08-09 12:13:18 +0300
commit32c517a327d4f8a9319eb650545c4c88bdf83228 (patch)
tree34780477d5440bf4183fda2cd3a4f2c33df43fed /gnu
parent50e20b8feeeb39369887af52f99839f4ee87f00b (diff)
downloadguix-32c517a327d4f8a9319eb650545c4c88bdf83228.tar.gz
gnu: 4store: Remove unneeded build phase.
* gnu/packages/databases.scm (4store)[arguments]: Remove unneeded
'generate-configure phase.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/databases.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index daed93973b..ea3b3eb0ef 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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")