From 11e80941bc0089c13545ede172bf918f7e2bb310 Mon Sep 17 00:00:00 2001 From: cab Date: Wed, 12 Oct 2022 18:32:08 +0400 Subject: [PATCH] nix: remove bisect_ppx from build --- nix/squiggle-lang.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nix/squiggle-lang.nix b/nix/squiggle-lang.nix index 724533cf..0adfae47 100644 --- a/nix/squiggle-lang.nix +++ b/nix/squiggle-lang.nix @@ -30,16 +30,6 @@ rec { patchelf --replace-needed libstdc++.so.6 $THE_SO linux/ninja.exe && echo "- replaced needed for linux/ninja.exe" ''; }; - bisect_ppx = { - buildInputs = common.which; - postInstall = '' - echo "PATCHELF'ING BISECT_PPX EXECUTABLE" - THE_LD=$(patchelf --print-interpreter $(which mkdir)) - patchelf --set-interpreter $THE_LD bin/linux/ppx - patchelf --set-interpreter $THE_LD bin/linux/bisect-ppx-report - cp bin/linux/ppx ppx - ''; - }; gentype = { postInstall = '' mv gentype.exe ELFLESS-gentype.exe