coreutils: update to 8.20. They didn't build in i686 here.

Here is the error:
set-mode-acl.c: In function 'qset_acl':
set-mode-acl.c:72:6: error: #error Must have acl_delete_def_file (see POSIX 1003.1e draft 17).
This commit is contained in:
Lluís Batlle i Rossell 2013-01-02 19:26:11 +01:00
parent d16f4bb3ed
commit 09d12cc9db

View file

@ -7,11 +7,11 @@ assert aclSupport -> acl != null;
assert selinuxSupport -> libselinux != null && libsepol != null;
stdenv.mkDerivation rec {
name = "coreutils-8.19";
name = "coreutils-8.20";
src = fetchurl {
url = "mirror://gnu/coreutils/${name}.tar.xz";
sha256 = "1rx9x3fp848w4nny7irdkcpkan9fcx24d99v5dkwgkyq7wc76f5d";
sha256 = "1cly97xdy3v4nbbx631k43smqw0nnpn651kkprs0yyl2cj3pkjyv";
};
nativeBuildInputs = [ perl ];