mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix NetBSD build
There was still a mistake after my earliera7115a47ef
ande13fc0bbdb
. This finally gets it right.
This commit is contained in:
parent
3f834f5c64
commit
2b20f36f95
3 changed files with 10 additions and 3 deletions
|
@ -946,7 +946,9 @@ public:
|
|||
may be useful in certain scenarios (e.g. to spin up containers or
|
||||
set up userspace network interfaces in tests).
|
||||
)"};
|
||||
#endif
|
||||
|
||||
#if HAVE_ACL_SUPPORT
|
||||
Setting<StringSet> ignoredAcls{
|
||||
this, {"security.selinux", "system.nfs4_acl", "security.csm"}, "ignored-acls",
|
||||
R"(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue