From 3b21cd803930c69d20d5a5af43a67dee195cf8b2 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Wed, 20 Mar 2024 22:02:54 +0000 Subject: [PATCH] flink: mark with sourceType binaryBytecode --- pkgs/applications/networking/cluster/flink/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/cluster/flink/default.nix b/pkgs/applications/networking/cluster/flink/default.nix index df776b24769a..ecdd2303e744 100644 --- a/pkgs/applications/networking/cluster/flink/default.nix +++ b/pkgs/applications/networking/cluster/flink/default.nix @@ -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 ]; };