mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: glibc-2.22: Return #t from 'fix-pwd' phase.
Based on a patch by Efraim Flashner <efraim@flashner.co.il>. * gnu/packages/base.scm (glibc-2.22)[arguments]: Return #t from 'fix-pwd' phase.
This commit is contained in:
parent
d2ba69f315
commit
56ed97c8b5
1 changed files with 2 additions and 1 deletions
|
@ -948,7 +948,8 @@ (define-public glibc-2.22
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Use `pwd' instead of `/bin/pwd' for glibc-2.21
|
;; Use `pwd' instead of `/bin/pwd' for glibc-2.21
|
||||||
(substitute* "configure"
|
(substitute* "configure"
|
||||||
(("/bin/pwd") "pwd"))))))))))
|
(("/bin/pwd") "pwd"))
|
||||||
|
#t))))))))
|
||||||
|
|
||||||
(define-public glibc-2.21
|
(define-public glibc-2.21
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue