mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
pagefind: use stdenv.buildPlatform.isDarwin
This commit is contained in:
parent
c9d6953638
commit
58934d4170
@ -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