pagefind: use stdenv.buildPlatform.isDarwin

This commit is contained in:
Phani Rithvij 2024-10-04 13:03:49 +05:30 committed by GitHub
parent c9d6953638
commit 58934d4170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
wasm-pack
httplz
]
++ lib.optionals stdenv.isDarwin [
++ lib.optionals stdenv.buildPlatform.isDarwin [
python3
];