Skip to content

Commit

Permalink
Clean up two comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Dec 3, 2023
1 parent 6e0656c commit 14c26d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@ in {
doInstallCheck = attrs.doInstallCheck;

installCheckFlags = "sysconfdir=$(out)/etc";
# work around buggy detection in stdenv
# Work around buggy detection in stdenv.
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 ''
mkdir -p src/nix-channel
make installcheck -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
Expand Down

0 comments on commit 14c26d6

Please sign in to comment.