gnu: glibc/linux: Return #t from pre-configure phase.

* gnu/packages/base.scm (glibc/linux)[arguments]: Return #t from the
pre-configure phase.
master
Mark H Weaver 2018-03-22 23:43:56 -04:00
parent 590594a175
commit ab6e5690af
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 3 additions and 1 deletions

View File

@ -691,7 +691,9 @@ store.")
;; "bilingual" eval/exec magic at the top of the file.
"")
(("exec @PERL@")
"exec perl")))))
"exec perl"))
#t)))
(add-after 'install 'move-static-libs
(lambda* (#:key outputs #:allow-other-keys)