forked from mirrors/nixpkgs
nixos: kafka test: fix building for other arches
This commit is contained in:
parent
d7b98129fe
commit
8b7e843dab
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue