rdkafka: fix cross-compilation (#394225)

This commit is contained in:
Colin 2025-04-04 15:35:17 +00:00 committed by GitHub
commit 5a84e4471d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
curl,
cmake,
ninja,
deterministic-host-uname,
}:
stdenv.mkDerivation (finalAttrs: {
@ -29,6 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
ninja
# cross: build system uses uname to determine host system
deterministic-host-uname
];
buildInputs = [