aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'package.nix')
-rw-r--r--package.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.nix b/package.nix
index b2a8d477..5a61399c 100644
--- a/package.nix
+++ b/package.nix
@@ -43,6 +43,9 @@ buildGoModule rec {
Finit = "${placeholder "out"}/libexec/finit";
};
+ # nix build environment does not allow acls
+ GO_TEST_SKIP_ACL = 1;
+
buildInputs = [
acl
wayland