Unverified Commit f19d802f authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

parents a972299c 58934d41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
      wasm-pack
      httplz
    ]
    ++ lib.optionals stdenv.isDarwin [
    ++ lib.optionals stdenv.buildPlatform.isDarwin [
      python3
    ];