fix(nix): libiconv is already used by darwin builds (#1143)
This commit is contained in:
parent
2f475d5d1c
commit
463e745f59
1 changed files with 0 additions and 2 deletions
|
|
@ -55,8 +55,6 @@
|
||||||
|
|
||||||
# for openssl/openssl-sys
|
# for openssl/openssl-sys
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
|
||||||
pkgs.libiconv
|
|
||||||
];
|
];
|
||||||
|
|
||||||
devInputs = [
|
devInputs = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue