From 62db62f6913c4166c875c8b4f189dc46df0947b7 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Wed, 13 Jul 2022 16:43:06 +0100 Subject: bisu: mark with sourceProvenance binaryBytecode --- pkgs/applications/blockchains/besu/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/blockchains/besu') diff --git a/pkgs/applications/blockchains/besu/default.nix b/pkgs/applications/blockchains/besu/default.nix index 550d65051e3e2..af481effab202 100644 --- a/pkgs/applications/blockchains/besu/default.nix +++ b/pkgs/applications/blockchains/besu/default.nix @@ -23,6 +23,7 @@ stdenv.mkDerivation rec { description = "An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client"; homepage = "https://www.hyperledger.org/projects/besu"; license = licenses.asl20; + sourceProvenance = with sourceTypes; [ binaryBytecode ]; platforms = platforms.all; maintainers = with maintainers; [ mmahut ]; }; -- cgit 1.4.1