Commit df67de07 authored by happysalada's avatar happysalada
Browse files

nushellPlugins.query: fix build

parent 6602aa25
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, nix-update-script
, pkg-config
, openssl
, curl
}:

rustPlatform.buildRustPackage {
@@ -16,7 +17,7 @@ rustPlatform.buildRustPackage {

  nativeBuildInputs = [ pkg-config ]
    ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
  buildInputs = [ openssl ]
  buildInputs = [ openssl curl ]
    ++ lib.optionals stdenv.isDarwin [ IOKit CoreFoundation ];
  cargoBuildFlags = [ "--package nu_plugin_query" ];