pagefind: use stdenv.buildPlatform.isDarwin (#346364)
This commit is contained in:
commit
f19d802f98
@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
|
||||
wasm-pack
|
||||
httplz
|
||||
]
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
++ lib.optionals stdenv.buildPlatform.isDarwin [
|
||||
python3
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user