fix: remove Foundation from darwin compatibility (#1140)
This commit is contained in:
parent
124ce48e7e
commit
2c3af751da
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
||||||
pkgs.libiconv
|
pkgs.libiconv
|
||||||
pkgs.Foundation
|
|
||||||
];
|
];
|
||||||
|
|
||||||
devInputs = [
|
devInputs = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue