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
+1 -1
View File
@@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
wasm-pack
httplz
]
++ lib.optionals stdenv.isDarwin [
++ lib.optionals stdenv.buildPlatform.isDarwin [
python3
];