cudaPackages.tensorrt: set hydraPlatforms to none

This commit is contained in:
ruro
2025-03-12 04:42:56 +03:00
parent 64db2f45ca
commit 4e27f202a1
@@ -109,5 +109,10 @@ finalAttrs: prevAttrs: {
++ lib.optionals (targetArch == "unsupported") [ hostPlatform.system ];
homepage = "https://developer.nvidia.com/tensorrt";
maintainers = prevAttrs.meta.maintainers ++ [ maintainers.aidalgol ];
# Building TensorRT on Hydra is impossible because of the non-redistributable
# license and because the source needs to be manually downloaded from the
# NVIDIA Developer Program (see requireFile above).
hydraPlatforms = lib.platforms.none;
};
}