mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Clean up two comments
This commit is contained in:
parent
6e0656c66c
commit
14c26d642e
1 changed files with 2 additions and 2 deletions
|
@ -329,10 +329,10 @@ in {
|
||||||
doInstallCheck = attrs.doInstallCheck;
|
doInstallCheck = attrs.doInstallCheck;
|
||||||
|
|
||||||
installCheckFlags = "sysconfdir=$(out)/etc";
|
installCheckFlags = "sysconfdir=$(out)/etc";
|
||||||
# work around buggy detection in stdenv
|
# Work around buggy detection in stdenv.
|
||||||
installCheckTarget = "installcheck";
|
installCheckTarget = "installcheck";
|
||||||
|
|
||||||
# work around weird bug where it doesn't want to do anything
|
# Work around weird bug where it doesn't think there is a Makefile.
|
||||||
installCheckPhase = if (!doBuild && doInstallCheck) then ''
|
installCheckPhase = if (!doBuild && doInstallCheck) then ''
|
||||||
mkdir -p src/nix-channel
|
mkdir -p src/nix-channel
|
||||||
make installcheck -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
|
make installcheck -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
|
||||||
|
|
Loading…
Reference in a new issue