Merge pull request #192653 from NilsIrl/rustup_makeBinaryWrapper

This commit is contained in:
Sandro 2022-09-23 22:55:26 +02:00 committed by GitHub
commit 59ee9ebb5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; })