pagefind: use stdenv.buildPlatform.isDarwin (#346364)

This commit is contained in:
Peder Bergebakken Sundt
2024-10-04 14:52:35 +02:00
committed by GitHub
+1 -1
View File
@@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
wasm-pack
httplz
]
++ lib.optionals stdenv.isDarwin [
++ lib.optionals stdenv.buildPlatform.isDarwin [
python3
];