diff --git a/src/libstore/local.mk b/src/libstore/local.mk index d3254554d..ac68c2342 100644 --- a/src/libstore/local.mk +++ b/src/libstore/local.mk @@ -13,7 +13,9 @@ ifneq ($(OS), FreeBSD) libstore_LDFLAGS += -ldl endif +ifeq ($(OS), Darwin) libstore_FILES = sandbox-defaults.sb sandbox-minimal.sb sandbox-network.sb +endif $(foreach file,$(libstore_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/sandbox)))