gnu: mdbtools: Remove custom bootstrap phase.
* gnu/packages/databases.scm (mdbtools)[arguments]: Remove.
This commit is contained in:
parent
1410e178bb
commit
f626b71923
|
@ -2088,12 +2088,6 @@ for ODBC.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("txt2man" ,txt2man)
|
("txt2man" ,txt2man)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autoreconf
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "autoreconf" "-vfi")))))))
|
|
||||||
(home-page "http://mdbtools.sourceforge.net/")
|
(home-page "http://mdbtools.sourceforge.net/")
|
||||||
(synopsis "Read Microsoft Access databases")
|
(synopsis "Read Microsoft Access databases")
|
||||||
(description "MDB Tools is a set of tools and applications to read the
|
(description "MDB Tools is a set of tools and applications to read the
|
||||||
|
|
Loading…
Reference in New Issue