From ec84fde6b11c4e138a2a50dda89d1bf48b6aa5c1 Mon Sep 17 00:00:00 2001 From: glittershark Date: Tue, 23 Jun 2020 15:10:53 +0000 Subject: fix(3p/nix): Revert "feat(3p/nix): Add installCheckPhase" This reverts commit 368e8d1eddb8cd95ded7b2f78e4805c67d28ff91. Reason for revert: Didn't mean to submit, and the phase is currently failing (which breaks the otherwise-functional derivation) Change-Id: I515b2fb45188dc90f09ae2458453192487c74d71 Reviewed-on: https://cl.tvl.fyi/c/depot/+/581 Reviewed-by: tazjin --- third_party/nix/default.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'third_party/nix/default.nix') 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 = '' -- cgit 1.4.1