Commit 50802d43 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by Gaétan Lepage
Browse files

python312Packages.ray: set meta.sourceProvenance

parent efc90c3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" ];
  };
}