cudaPackages.buildRedist: do not require config.cudaSupport to be enabled (#457220)

This commit is contained in:
Connor Baker
2025-10-31 21:51:18 +00:00
committed by GitHub
@@ -375,10 +375,6 @@ extendMkDerivation {
# a package is missing and is required for the build -- that should go in platformAssertions,
# because attempts to access attributes on the package will cause evaluation errors.
brokenAssertions = [
{
message = "CUDA support is enabled by config.cudaSupport";
assertion = config.cudaSupport;
}
{
message = "lib output precedes static output";
assertion =