mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
bisu: mark with sourceProvenance binaryBytecode
This commit is contained in:
parent
070314b62d
commit
62db62f691
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client";
|
description = "An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client";
|
||||||
homepage = "https://www.hyperledger.org/projects/besu";
|
homepage = "https://www.hyperledger.org/projects/besu";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ mmahut ];
|
maintainers = with maintainers; [ mmahut ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user