mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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:
parent
d16f4bb3ed
commit
09d12cc9db
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user