coreutils: disable acl and attr when unavailable

Fixes building for microblaze.
This commit is contained in:
Alyssa Ross
2024-08-04 11:38:25 +02:00
parent cf857999cf
commit caa96fda2c
+2 -2
View File
@@ -10,8 +10,8 @@
, binlore
, coreutils
, gmpSupport ? true, gmp
, aclSupport ? stdenv.isLinux, acl
, attrSupport ? stdenv.isLinux, attr
, aclSupport ? lib.meta.availableOn stdenv.hostPlatform acl, acl
, attrSupport ? lib.meta.availableOn stdenv.hostPlatform attr, attr
, selinuxSupport ? false, libselinux, libsepol
# No openssl in default version, so openssl-induced rebuilds aren't too big.
# It makes *sum functions significantly faster.