gnu: arpack-ng: Drop redundant phase.

* gnu/packages/maths.scm (arpack-ng)[arguments]: Remove.
This commit is contained in:
Marius Bakke 2018-09-03 19:00:59 +02:00
parent 1f7d142000
commit 91bb495b85
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -470,11 +470,6 @@ computing convex hulls.")
(base32
"0f8jx3fifmj9qdp289zr7r651y1q48k1jya859rqxq62mvis7xsh"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
(add-after 'unpack 'autoreconf
(lambda _
(invoke "autoreconf" "-vfi"))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)