mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 19:51:00 +01:00
Run 'make installcheck' again
This was failing because the check for the existence of the
'installcheck' target failed silently, so the whole phase got
skipped. It works by running 'make -n installcheck 2> /dev/null',
which however barfs with
/nix/store/039g378vc3pc3dvi9dzdlrd0i4q93qwf-binutils-2.39/bin/ld.gold: error: cannot open tests/plugins/plugintest.o: No such file or directory
Fixes #8004.
(cherry picked from commit 693b1be81f)
This commit is contained in:
parent
3dfbf03407
commit
cb76292148
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@
|
|||
|
||||
doInstallCheck = true;
|
||||
installCheckFlags = "sysconfdir=$(out)/etc";
|
||||
installCheckTarget = "installcheck"; # work around buggy detection in stdenv
|
||||
|
||||
separateDebugInfo = !currentStdenv.hostPlatform.isStatic;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue