wrangler: remove not needed libiconv inherit (#118640)

This commit is contained in:
Raphael Megzari
2021-04-06 17:18:59 +09:00
committed by GitHub
parent f081f189a2
commit a854fe32f2

View File

@@ -4091,7 +4091,6 @@ in
wrangler = callPackage ../development/tools/wrangler {
inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Security;
inherit (darwin) libiconv;
};
wsl-open = callPackage ../tools/misc/wsl-open { };