mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
nushellPlugins.query: fix build
This commit is contained in:
parent
6602aa2586
commit
df67de0747
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user