Merge pull request #7884 from edolstra/fix-static

Fix the static build
This commit is contained in:
Eelco Dolstra 2023-02-22 14:44:12 +01:00 committed by GitHub
commit 6589081f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,7 +372,7 @@
doInstallCheck = true;
installCheckFlags = "sysconfdir=$(out)/etc";
separateDebugInfo = true;
separateDebugInfo = !currentStdenv.hostPlatform.isStatic;
strictDeps = true;