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
commit f19d802f98
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
];