fix: remove Foundation from darwin compatibility (#1140)

This commit is contained in:
a-kenji 2022-02-27 18:03:50 +01:00 committed by GitHub
parent 124ce48e7e
commit 2c3af751da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,6 @@
pkgs.pkg-config
] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
pkgs.libiconv
pkgs.Foundation
];
devInputs = [