python312Packages.ray: set meta.sourceProvenance

This commit is contained in:
Peder Bergebakken Sundt
2024-09-25 08:16:27 +02:00
committed by Gaétan Lepage
parent efc90c3e0e
commit 50802d4348
@@ -162,6 +162,7 @@ buildPythonPackage rec {
changelog = "https://github.com/ray-project/ray/releases/tag/ray-${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ billhuang ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ];
};
}