diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-03 20:04:37 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-03 21:01:27 -0400 |
commit | a092cd820b7e942d74d2745b358acd472af38b59 (patch) | |
tree | ac4ee1ada0029b083b8ec2cd58d3fe065a4cb24f /gnu-system.am | |
parent | 8ceaf72c6d50e564d6db49479e9facbb2201c3e3 (diff) | |
download | guix-a092cd820b7e942d74d2745b358acd472af38b59.tar guix-a092cd820b7e942d74d2745b358acd472af38b59.tar.gz |
gnu: coreutils: Update to 8.23.
* gnu/packages/patches/coreutils-skip-nohup.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove coreutils-skip-nohup.patch.
* gnu/packages/patches/coreutils-dummy-man.patch: Adapt for 8.23.
* gnu/packages/base.scm (coreutils): Update to 8.23.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 6e1e8afec0..3f1c3c6ee5 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -288,7 +288,6 @@ dist_patch_DATA = \ gnu/packages/patches/clucene-pkgconfig.patch \ gnu/packages/patches/cmake-fix-tests.patch \ gnu/packages/patches/coreutils-dummy-man.patch \ - gnu/packages/patches/coreutils-skip-nohup.patch \ gnu/packages/patches/cpio-gets-undeclared.patch \ gnu/packages/patches/cssc-gets-undeclared.patch \ gnu/packages/patches/cssc-missing-include.patch \ |