Merge pull request #185328 from risicle/ris-kafka-binary-bytecode
apacheKafka: mark as `sourceProvenance` `binaryBytecode`
This commit is contained in:
commit
b9127a40b2
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://kafka.apache.org";
|
||||
description = "A high-throughput distributed messaging system";
|
||||
license = licenses.asl20;
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
maintainers = [ maintainers.ragge ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue