apacheKafka: mark as sourceProvenance binaryBytecode

This commit is contained in:
Robert Scott 2022-08-06 00:17:51 +01:00
parent 1bbd743145
commit aba4ef1f3f

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