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")))) "057j82da9vv4li4z5ri3227ybd18nzyq81f6gsvhifs5z0vr3cpm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments '(#:phases (arguments '(#:phases
(alist-cons-before (modify-phases %standard-phases
'configure 'autoconf (add-before 'configure 'autoconf
(lambda _ (lambda _
(zero? (system* "autoreconf" "-vfi"))) (zero? (system* "autoreconf" "-vfi")))))))
%standard-phases)))
(native-inputs (native-inputs
`(("automake" ,automake) `(("automake" ,automake)
("autoconf" ,autoconf) ("autoconf" ,autoconf)