mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
rdkafka: fix cross-compilation (#394225)
This commit is contained in:
commit
5a84e4471d
1 changed files with 3 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue