From a6c17097d2ee76a347d86c42a37fd6de0d0fd3ef Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 30 Jun 2023 23:36:27 +0200 Subject: [PATCH] tests: Don't install test-libstoreconsumer program Sorry about that. Fixes https://github.com/NixOS/nix/issues/8616 --- tests/test-libstoreconsumer/local.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-libstoreconsumer/local.mk b/tests/test-libstoreconsumer/local.mk index cd2d0c7f8..edc140723 100644 --- a/tests/test-libstoreconsumer/local.mk +++ b/tests/test-libstoreconsumer/local.mk @@ -2,6 +2,9 @@ programs += test-libstoreconsumer test-libstoreconsumer_DIR := $(d) +# do not install +test-libstoreconsumer_INSTALL_DIR := + test-libstoreconsumer_SOURCES := \ $(wildcard $(d)/*.cc) \