guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: mdbtools: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 01/10: gnu: mdbtools: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 05:24:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f626b7192394b96b012d5872cc623ef6adbb8981
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 10:05:56 2018 +0100

    gnu: mdbtools: Remove custom bootstrap phase.
    
    * gnu/packages/databases.scm (mdbtools)[arguments]: Remove.
---
 gnu/packages/databases.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index dc7e2aa..aacf546 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2088,12 +2088,6 @@ for ODBC.")
        ("pkg-config" ,pkg-config)
        ("txt2man" ,txt2man)
        ("which" ,which)))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autoreconf
-           (lambda _
-             (zero? (system* "autoreconf" "-vfi")))))))
     (home-page "http://mdbtools.sourceforge.net/";)
     (synopsis "Read Microsoft Access databases")
     (description "MDB Tools is a set of tools and applications to read the



reply via email to

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