GNU Coreutils 8.1.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18476
This commit is contained in:
parent
640db0323d
commit
40e564c87c
@ -1,15 +1,17 @@
|
|||||||
{stdenv, fetchurl, aclSupport ? false, acl}:
|
{stdenv, fetchurl, aclSupport ? false, acl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "coreutils-7.6";
|
name = "coreutils-8.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/coreutils/${name}.tar.gz";
|
url = "mirror://gnu/coreutils/${name}.tar.gz";
|
||||||
sha256 = "1m153jmnrg9v4x6qiw7azd3cjms13s32yihbzb7zi9bw8a5zx6qx";
|
sha256 = "1c68q4c4fg6x22ba2p8xb0ddn4xdl847np2g33h63bgj9pdav8ay";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional aclSupport acl;
|
buildInputs = stdenv.lib.optional aclSupport acl;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/coreutils/;
|
homepage = http://www.gnu.org/software/coreutils/;
|
||||||
description = "The basic file, shell and text manipulation utilities of the GNU operating system";
|
description = "The basic file, shell and text manipulation utilities of the GNU operating system";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user