mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-14 18:57:59 +01:00
Remove legacy darwin stubs from the nix package
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user