Merge pull request #185328 from risicle/ris-kafka-binary-bytecode

apacheKafka: mark as `sourceProvenance` `binaryBytecode`
This commit is contained in:
Robert Scott 2022-08-13 19:53:58 +01:00 committed by GitHub
commit b9127a40b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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