fix(3p/nix): Revert "feat(3p/nix): Add installCheckPhase"

This reverts commit 368e8d1edd.

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 <mail@tazj.in>
This commit is contained in:
glittershark 2020-06-23 15:10:53 +00:00
parent 9ead20ef9f
commit ec84fde6b1
2 changed files with 0 additions and 14 deletions

View file

@ -126,7 +126,6 @@ let
texlive
thttpd
tree
utillinux
which
writeShellScript
writeShellScriptBin

View file

@ -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 = ''