gnu: glibc-locales: Use invoke instead of system*.

* gnu/packages/base.scm (glibc-locales)[arguments]: Use invoke.
master
Mark H Weaver 2018-03-16 01:18:04 -04:00
parent 44161fe16c
commit bf8e8a7428
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -963,8 +963,8 @@ the 'share/locale' sub-directory of this package.")
`(modify-phases ,phases
(replace 'build
(lambda _
(zero? (system* "make" "localedata/install-locales"
"-j" (number->string (parallel-job-count))))))
(invoke "make" "localedata/install-locales"
"-j" (number->string (parallel-job-count)))))
(delete 'install)
(delete 'move-static-libs)))
((#:configure-flags flags)