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 35ba3d9 commit a85dd00Copy full SHA for a85dd00
test/plugin/default.nix
@@ -24,6 +24,7 @@ in recurseIntoAttrs {
24
|| stdenv.hostPlatform.isMusl
25
|| stdenv.hostPlatform.isGhcjs
26
|| stdenv.hostPlatform.isWindows
27
- || (haskellLib.isCrossHost && stdenv.hostPlatform.isAarch64);
+ || (haskellLib.isCrossHost && stdenv.hostPlatform.isAarch64)
28
+ || (haskellLib.isCrossHost && stdenv.hostPlatform.isArmv7);
29
build = packages.test.components.library;
30
}
0 commit comments