1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: Remove workaround for <https://bugs.gnu.org/26238>.

* gnu/packages/base.scm (coreutils-8.27): Remove variable.
* gnu/system.scm (%base-packages): Change back to COREUTILS.
This commit is contained in:
Marius Bakke 2017-05-28 15:34:03 +01:00
parent 6a09628cb1
commit ccd7daae4c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 1 additions and 24 deletions

View file

@ -502,7 +502,7 @@ explicitly appear in OS."
;; The packages below are also in %FINAL-INPUTS, so take them from
;; there to avoid duplication.
(map canonical-package
(list guile-2.2 bash coreutils-8.27 findutils grep sed
(list guile-2.2 bash coreutils findutils grep sed
diffutils patch gawk tar gzip bzip2 xz lzip))))
(define %default-issue