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.
This commit is contained in:
		
							parent
							
								
									b59af0c0ce
								
							
						
					
					
						commit
						fd6ec6bd99
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -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. | ||||
|  |  | |||
		Reference in a new issue