Fix the static build

It doesn't produce a "debug" output, so the build failed without an
error message in Hydra (https://hydra.nixos.org/build/210121811).
This commit is contained in:
Eelco Dolstra 2023-02-22 14:10:07 +01:00
parent 8ed29656fd
commit c30907829c

View file

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