mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mdbtools: Remove custom bootstrap phase.
* gnu/packages/databases.scm (mdbtools)[arguments]: Remove.
This commit is contained in:
parent
1410e178bb
commit
f626b71923
1 changed files with 0 additions and 6 deletions
|
@ -2088,12 +2088,6 @@ (define-public mdbtools
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue