diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 10:05:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 10:05:56 +0100 |
commit | f626b7192394b96b012d5872cc623ef6adbb8981 (patch) | |
tree | 1c12cc214ec8e70a72d2c9de7918637c4f73139c | |
parent | 1410e178bb66479de1ae859b03f8a00be6ddfdd3 (diff) |
gnu: mdbtools: Remove custom bootstrap phase.
* gnu/packages/databases.scm (mdbtools)[arguments]: Remove.
-rw-r--r-- | gnu/packages/databases.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index dc7e2aa53d..aacf5465c1 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 |