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
commit e8415dc439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;