summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-05-28 15:34:03 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-05-28 19:08:54 +0200
commitccd7daae4cc83fd8a012261641e0127c7330e49b (patch)
tree1ea8c4f9f34a1f4577475653c3e46a5c7d86daa3 /gnu/system.scm
parent6a09628cb1147481131e582c1711edeb0db81944 (diff)
downloadguix-patches-ccd7daae4cc83fd8a012261641e0127c7330e49b.tar
guix-patches-ccd7daae4cc83fd8a012261641e0127c7330e49b.tar.gz
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.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 0076f2fcb1..8e44ee85b3 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -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