flink: mark with sourceType binaryBytecode
This commit is contained in:
parent
7dfdc9454c
commit
3b21cd8039
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue