We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eea054 commit 90002deCopy full SHA for 90002de
test/coverage/default.nix
@@ -23,7 +23,7 @@ let
23
24
exeExt = stdenv.hostPlatform.extensions.executable;
25
crossSuffix = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) "-${stdenv.hostPlatform.config}";
26
- crossSuffix' = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.isStatic) "-static-${stdenv.hostPlatform.config}";
+ crossSuffix' = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.isStatic) "-static" + crossSuffix;
27
28
in recurseIntoAttrs ({
29
# Does not work on ghcjs because it needs zlib.
0 commit comments