gnu: glibc: Use 'modify-phases'.
* gnu/packages/base.scm (glibc)[arguments]: Use 'modify-phases' instead of 'alist-cons-before'.
This commit is contained in:
parent
5c962e93e5
commit
57f65bcc9c
|
@ -512,7 +512,8 @@ store.")
|
||||||
"libc_cv_ssp=no")
|
"libc_cv_ssp=no")
|
||||||
|
|
||||||
#:tests? #f ; XXX
|
#:tests? #f ; XXX
|
||||||
#:phases (alist-cons-before
|
#:phases (modify-phases %standard-phases
|
||||||
|
(add-before
|
||||||
'configure 'pre-configure
|
'configure 'pre-configure
|
||||||
(lambda* (#:key inputs native-inputs outputs
|
(lambda* (#:key inputs native-inputs outputs
|
||||||
#:allow-other-keys)
|
#:allow-other-keys)
|
||||||
|
@ -560,8 +561,7 @@ store.")
|
||||||
;; "bilingual" eval/exec magic at the top of the file.
|
;; "bilingual" eval/exec magic at the top of the file.
|
||||||
"")
|
"")
|
||||||
(("exec @PERL@")
|
(("exec @PERL@")
|
||||||
"exec perl"))))
|
"exec perl"))))))))
|
||||||
%standard-phases)))
|
|
||||||
|
|
||||||
(inputs `(("static-bash" ,static-bash)))
|
(inputs `(("static-bash" ,static-bash)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue