Merge pull request #84620 from cleverca22/fix-kafka-test

nixos: kafka test: fix building for other arches
This commit is contained in:
Graham Christensen 2020-04-07 12:31:56 -04:00 committed by GitHub
commit eb036df54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ let
+ "--from-beginning --max-messages 1"
)
'');
}) {});
}) { inherit system; });
in with pkgs; {
kafka_0_9 = makeKafkaTest "kafka_0_9" apacheKafka_0_9;