~ruther/guix-local

fd6ec6bd99f64ca7792909f29f990d40e6e2e0d2 — Ludovic Courtès 9 years ago b59af0c
gnu: coreutils@8.27: Do not apply 'coreutils-cut-huge-range-test.patch'.

This patch is not needed in 8.27.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/base.scm (coreutils-8.27)[arguments]: New field.
1 files changed, 8 insertions(+), 1 deletions(-)

M gnu/packages/base.scm
M gnu/packages/base.scm => gnu/packages/base.scm +8 -1
@@ 376,7 376,14 @@ functionality beyond that which is outlined in the POSIX standard.")
                                  version ".tar.xz"))
              (sha256
               (base32
                "0sv547572iq8ayy8klir4hnngnx92a9nsazmf1wgzfc7xr4x74c8"))))))
                "0sv547572iq8ayy8klir4hnngnx92a9nsazmf1wgzfc7xr4x74c8"))))
    (arguments
     (if (string-prefix? "arm" (or (%current-target-system)
                                   (%current-system)))
         (substitute-keyword-arguments (package-arguments coreutils)
           ((#:phases phases)
            `(alist-delete 'patch-cut-test ,phases)))
         (package-arguments coreutils)))))

(define-public coreutils-minimal
  ;; Coreutils without its optional dependencies.