lnav: use apple-sdk_11

This commit is contained in:
pcasaretto
2024-12-10 16:03:40 -03:00
parent ea21ccf67c
commit 13cbe83728
+4
View File
@@ -19,6 +19,7 @@
cargo,
rustPlatform,
rustc,
apple-sdk_11,
}:
stdenv.mkDerivation rec {
@@ -57,6 +58,9 @@ stdenv.mkDerivation rec {
curl
libarchive
]
++ lib.optionals stdenv.isDarwin [
apple-sdk_11
]
++ lib.optionals (!stdenv.isDarwin) [
gpm
];