diff options
-rw-r--r-- | third_party/default.nix | 1 | ||||
-rw-r--r-- | third_party/nix/default.nix | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 993d7db352d7..b4b799e8ee59 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -126,7 +126,6 @@ let texlive thttpd tree - utillinux which writeShellScript writeShellScriptBin diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index 1a4e4bae089f..e6fa3f1f7d62 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -48,24 +48,11 @@ in pkgs.llvmPackages.libcxxStdenv.mkDerivation { xz ]; - installCheckInputs = with pkgs; [ - utillinux - ]; - propagatedBuildInputs = with pkgs; [ boost largeBoehm ]; - doInstallCheck = true; - - installCheckPhase = '' - export PATH=$out/bin:$PATH - cd ../tests/ - substituteAll common.sh.in common.sh - bash lang.sh - ''; - # Install the various symlinks to the Nix binary which users expect # to exist. postInstall = '' |