From 888ff2318158515b60571ae9ab04e8d8306f22e5 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Sat, 9 Jul 2022 20:06:46 +0200 Subject: [PATCH] chore(nix): don't install autoPatchelfHook on MacOS --- ci/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/shell.nix b/ci/shell.nix index 40e99e397..bffed3e56 100644 --- a/ci/shell.nix +++ b/ci/shell.nix @@ -71,7 +71,6 @@ stdenvNoCC.mkDerivation ({ SDL2 SDL2_image autoflake - autoPatchelfHook bash check curl # for connect tests @@ -96,6 +95,7 @@ stdenvNoCC.mkDerivation ({ zlib moreutils ] ++ lib.optionals (!stdenv.isDarwin) [ + autoPatchelfHook procps valgrind ] ++ lib.optionals (stdenv.isDarwin) [