bisu: mark with sourceProvenance binaryBytecode

This commit is contained in:
Robert Scott 2022-07-13 16:43:06 +01:00
parent 070314b62d
commit 62db62f691

View File

@ -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 ];
};