mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
rustracerd: fix build
This commit is contained in:
parent
f302f02380
commit
518b5c1ae4
2 changed files with 3 additions and 2 deletions
|
@ -19,8 +19,8 @@ buildRustPackage rec {
|
|||
|
||||
cargoSha256 = "07130587drrdkrk7aqb8pl8i3p485qr6xh1m86630ydlnb9z6s6i";
|
||||
|
||||
buildInputs = [ makeWrapper ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin Security;
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||
|
||||
RUST_SRC_PATH = rustPlatform.rustcSrc;
|
||||
|
||||
|
|
|
@ -8613,6 +8613,7 @@ in
|
|||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
rustracerd = callPackage ../development/tools/rust/racerd {
|
||||
inherit (rustPackages_1_38_0) rustPlatform;
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
rust-bindgen = callPackage ../development/tools/rust/bindgen { };
|
||||
|
|
Loading…
Reference in a new issue