gnu: cunit: Use ‘modify-phases’ syntax.
* gnu/packages/check.scm (cunit)[arguments]: Use ‘modify-phases’.
This commit is contained in:
parent
0963e3e450
commit
911c42de40
|
@ -74,11 +74,10 @@ source code editors and IDEs.")
|
|||
"057j82da9vv4li4z5ri3227ybd18nzyq81f6gsvhifs5z0vr3cpm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:phases
|
||||
(alist-cons-before
|
||||
'configure 'autoconf
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'autoconf
|
||||
(lambda _
|
||||
(zero? (system* "autoreconf" "-vfi")))
|
||||
%standard-phases)))
|
||||
(zero? (system* "autoreconf" "-vfi")))))))
|
||||
(native-inputs
|
||||
`(("automake" ,automake)
|
||||
("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in New Issue