rustup: use makeBinaryWrapper instead of makeWrapper
Fix https://github.com/rust-lang/rustup/issues/3072
This commit is contained in:
parent
913b37909b
commit
485fe8e9ba
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
, patchelf
|
||||
, fetchFromGitHub
|
||||
, rustPlatform
|
||||
, makeWrapper
|
||||
, makeBinaryWrapper
|
||||
, pkg-config
|
||||
, openssl
|
||||
, curl
|
||||
|
@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
cargoSha256 = "sha256-FDVZn2PjqxovQmmandJICkidurhoXCAxo3bibuxQSMY=";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper pkg-config ];
|
||||
nativeBuildInputs = [ makeBinaryWrapper pkg-config ];
|
||||
|
||||
buildInputs = [
|
||||
(curl.override { inherit openssl; })
|
||||
|
|
Loading…
Reference in a new issue