cargo-edit: drop darwin workaround
This commit is contained in:
parent
a203ae7e54
commit
c70acdfd09
@ -3,7 +3,6 @@
|
|||||||
, rustPlatform
|
, rustPlatform
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, xcbuild
|
|
||||||
, openssl
|
, openssl
|
||||||
, libiconv
|
, libiconv
|
||||||
, Security
|
, Security
|
||||||
@ -23,13 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoSha256 = "1h1sy54p7zxijydnhzvkxli90d72biv1inni17licb0vb9dihmnf";
|
cargoSha256 = "1h1sy54p7zxijydnhzvkxli90d72biv1inni17licb0vb9dihmnf";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [
|
nativeBuildInputs = [ pkg-config ];
|
||||||
# The cc crate runs xcbuild. This dependency can be removed once
|
|
||||||
# the following PR is merged from staging into master:
|
|
||||||
#
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/97000
|
|
||||||
xcbuild
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [ openssl zlib ] ++ lib.optionals stdenv.isDarwin [
|
buildInputs = [ openssl zlib ] ++ lib.optionals stdenv.isDarwin [
|
||||||
libiconv
|
libiconv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user