Merge pull request #8005 from edolstra/run-installcheck

Run 'make installcheck' again
This commit is contained in:
Eelco Dolstra
2023-03-08 17:40:12 +01:00
committed by GitHub
+1
View File
@@ -383,6 +383,7 @@
doInstallCheck = finalAttrs.doCheck;
installCheckFlags = "sysconfdir=$(out)/etc";
installCheckTarget = "installcheck"; # work around buggy detection in stdenv
separateDebugInfo = !currentStdenv.hostPlatform.isStatic;