Skip to content

Commit

Permalink
Merge pull request #7884 from edolstra/fix-static
Browse files Browse the repository at this point in the history
Fix the static build
  • Loading branch information
edolstra committed Feb 22, 2023
2 parents a2f5ab9 + c309078 commit 6589081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
doInstallCheck = true;
installCheckFlags = "sysconfdir=$(out)/etc";

separateDebugInfo = true;
separateDebugInfo = !currentStdenv.hostPlatform.isStatic;

strictDeps = true;

Expand Down

0 comments on commit 6589081

Please sign in to comment.