mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
GNU Coreutils 8.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23279
This commit is contained in:
parent
e0fa7776d3
commit
96da0397a9
@ -3,11 +3,11 @@
|
|||||||
assert aclSupport -> acl != null;
|
assert aclSupport -> acl != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "coreutils-8.4";
|
name = "coreutils-8.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/coreutils/${name}.tar.gz";
|
url = "mirror://gnu/coreutils/${name}.tar.gz";
|
||||||
sha256 = "0zq11lykc7hfs9nsdnb8gqk354l82hswqj38607mvwj3b0zqvc4b";
|
sha256 = "184cz98a9a6fw5db9hpy05srwxs3jqlvikqf2wxj1vfhqwm3w96x";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildNativeInputs = [ perl ];
|
buildNativeInputs = [ perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user