stgit: use regular libiconv

The darwin specific libiconv is not needed.
This commit is contained in:
Felix Maurer 2023-07-06 00:04:50 +02:00
parent ffa1aa10dd
commit 0204775a5f

View File

@ -13,6 +13,7 @@
, git
, perl
, darwin
, libiconv
}:
rustPlatform.buildRustPackage rec {
@ -36,7 +37,7 @@ rustPlatform.buildRustPackage rec {
nativeCheckInputs = [
git perl
] ++ lib.optionals stdenv.isDarwin [
darwin.system_cmds darwin.libiconv
darwin.system_cmds libiconv
];
patches = [