about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/besu
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-07-13 16:43:06 +0100
committerRobert Scott <code@humanleg.org.uk>2022-07-13 16:43:06 +0100
commit62db62f6913c4166c875c8b4f189dc46df0947b7 (patch)
tree2e958a3ec9ef1cfcdbb01858c27febb222249ad6 /pkgs/applications/blockchains/besu
parent070314b62d7b243ee127bda8710e0020776c48a8 (diff)
bisu: mark with sourceProvenance binaryBytecode
Diffstat (limited to 'pkgs/applications/blockchains/besu')
-rw-r--r--pkgs/applications/blockchains/besu/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];
   };