flink: mark with sourceType binaryBytecode

This commit is contained in:
Robert Scott 2024-03-20 22:02:54 +00:00
parent 7dfdc9454c
commit 3b21cd8039

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://flink.apache.org";
downloadPage = "https://flink.apache.org/downloads.html";
license = licenses.asl20;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
platforms = platforms.all;
maintainers = with maintainers; [ mbode autophagy ];
};