gnu: glibc: Use 'modify-phases'.

* gnu/packages/base.scm (glibc)[arguments]: Use 'modify-phases' instead
  of 'alist-cons-before'.
This commit is contained in:
Ludovic Courtès 2015-08-30 14:12:57 +02:00
parent 5c962e93e5
commit 57f65bcc9c
1 changed files with 45 additions and 45 deletions

View File

@ -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)))