From 63159dd67249bc1c9e4137aebe94f28136fb4015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophane=20Hufschmitt?= Date: Mon, 11 Apr 2022 10:20:36 +0200 Subject: [PATCH] nix-find-roots: Fully disable on darwin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Until I can understand why it’s not working --- src/nix-find-roots/local.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/nix-find-roots/local.mk b/src/nix-find-roots/local.mk index ec129a203..cf21071cc 100644 --- a/src/nix-find-roots/local.mk +++ b/src/nix-find-roots/local.mk @@ -1,3 +1,4 @@ +ifndef HOST_DARWIN programs += nix-find-roots nix-find-roots_DIR := $(d) @@ -5,7 +6,4 @@ nix-find-roots_DIR := $(d) nix-find-roots_SOURCES := $(wildcard $(d)/*.cc) nix-find-roots_INSTALL_DIR := $(libexecdir)/nix - -ifdef HOST_DARWIN - nix-find-roots_LDFLAGS = -lc++fs endif