gnu: cunit: Use ‘modify-phases’ syntax.

* gnu/packages/check.scm (cunit)[arguments]: Use ‘modify-phases’.
master
Tobias Geerinckx-Rice 2017-08-10 17:24:21 +02:00
parent 0963e3e450
commit 911c42de40
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 5 deletions

View File

@ -74,11 +74,10 @@ source code editors and IDEs.")
"057j82da9vv4li4z5ri3227ybd18nzyq81f6gsvhifs5z0vr3cpm"))))
(build-system gnu-build-system)
(arguments '(#:phases
(alist-cons-before
'configure 'autoconf
(lambda _
(zero? (system* "autoreconf" "-vfi")))
%standard-phases)))
(modify-phases %standard-phases
(add-before 'configure 'autoconf
(lambda _
(zero? (system* "autoreconf" "-vfi")))))))
(native-inputs
`(("automake" ,automake)
("autoconf" ,autoconf)