Remove legacy darwin stubs from the nix package

This commit is contained in:
Marcin Kulik
2025-09-16 18:09:14 +02:00
parent 37153a6740
commit 39f6302cb6

View File

@@ -5,7 +5,6 @@
makeRustPlatform,
version,
libiconv,
darwin,
python3,
}:
(makeRustPlatform {
@@ -27,7 +26,6 @@
buildInputs = lib.optional stdenv.isDarwin [
libiconv
darwin.apple_sdk.frameworks.Foundation
];
nativeCheckInputs = [ python3 ];