mirror of
https://github.com/asciinema/asciinema.git
synced 2026-05-18 05:04:50 +02:00
Remove legacy darwin stubs from the nix package
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
makeRustPlatform,
|
makeRustPlatform,
|
||||||
version,
|
version,
|
||||||
libiconv,
|
libiconv,
|
||||||
darwin,
|
|
||||||
python3,
|
python3,
|
||||||
}:
|
}:
|
||||||
(makeRustPlatform {
|
(makeRustPlatform {
|
||||||
@@ -27,7 +26,6 @@
|
|||||||
|
|
||||||
buildInputs = lib.optional stdenv.isDarwin [
|
buildInputs = lib.optional stdenv.isDarwin [
|
||||||
libiconv
|
libiconv
|
||||||
darwin.apple_sdk.frameworks.Foundation
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [ python3 ];
|
nativeCheckInputs = [ python3 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user