Merge pull request #181374 from risicle/ris-bisu-binary-bytecode

besu: mark with `sourceProvenance` `binaryBytecode`
This commit is contained in:
SuperHeroINTJ 2022-07-14 09:48:23 -03:00 committed by GitHub
commit 656fa68f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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