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:
parent
9ead20ef9f
commit
ec84fde6b1
2 changed files with 0 additions and 14 deletions
1
third_party/default.nix
vendored
1
third_party/default.nix
vendored
|
@ -126,7 +126,6 @@ let
|
||||||
texlive
|
texlive
|
||||||
thttpd
|
thttpd
|
||||||
tree
|
tree
|
||||||
utillinux
|
|
||||||
which
|
which
|
||||||
writeShellScript
|
writeShellScript
|
||||||
writeShellScriptBin
|
writeShellScriptBin
|
||||||
|
|
13
third_party/nix/default.nix
vendored
13
third_party/nix/default.nix
vendored
|
@ -48,24 +48,11 @@ in pkgs.llvmPackages.libcxxStdenv.mkDerivation {
|
||||||
xz
|
xz
|
||||||
];
|
];
|
||||||
|
|
||||||
installCheckInputs = with pkgs; [
|
|
||||||
utillinux
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
boost
|
boost
|
||||||
largeBoehm
|
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
|
# Install the various symlinks to the Nix binary which users expect
|
||||||
# to exist.
|
# to exist.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue