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.
2 parents 8eabaed + 522edf6 commit 8c89185Copy full SHA for 8c89185
pkgs/by-name/uv/uv/package.nix
@@ -81,5 +81,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
81
prince213
82
];
83
mainProgram = "uv";
84
+
85
+ # Builds on 32-bit platforms fails with "out of memory" since at least 0.8.6.
86
+ # We don't place this in `badPlatforms` because cross-compilation on 64-bit
87
+ # machine may work, e.g. `pkgsCross.gnu32.uv`.
88
+ broken = stdenv.buildPlatform.is32bit;
89
};
90
})
0 commit comments