about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-03-29 08:18:27 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-03-29 12:37:26 +0100
commite1bea9e8b131e6830c2bd929f10873660bb169ed (patch)
treee2702e43be3d948c976813f9190e4da60a025cde /pkgs/tools/misc
parent965dc7bb2471aa3f6d4a8343cd39b9075fc29152 (diff)
downloadnixlib-e1bea9e8b131e6830c2bd929f10873660bb169ed.tar
nixlib-e1bea9e8b131e6830c2bd929f10873660bb169ed.tar.gz
nixlib-e1bea9e8b131e6830c2bd929f10873660bb169ed.tar.bz2
nixlib-e1bea9e8b131e6830c2bd929f10873660bb169ed.tar.lz
nixlib-e1bea9e8b131e6830c2bd929f10873660bb169ed.tar.xz
nixlib-e1bea9e8b131e6830c2bd929f10873660bb169ed.tar.zst
nixlib-e1bea9e8b131e6830c2bd929f10873660bb169ed.zip
vector: fix strict deps build
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/vector/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/misc/vector/default.nix b/pkgs/tools/misc/vector/default.nix
index 17e764698d52..c441242885e6 100644
--- a/pkgs/tools/misc/vector/default.nix
+++ b/pkgs/tools/misc/vector/default.nix
@@ -21,7 +21,8 @@ rustPlatform.buildRustPackage rec {
   };
 
   cargoSha256 = "1al8jzjxjhxwb5n1d52pvl59d11g0bdg2dcw8ir2nclya1w68f2w";
-  buildInputs = [ openssl pkg-config protobuf rdkafka ]
+  nativeBuildInputs = [ pkg-config ];
+  buildInputs = [ openssl protobuf rdkafka ]
                 ++ stdenv.lib.optional stdenv.isDarwin [ Security libiconv ];
 
   # needed for internal protobuf c wrapper library