Unverified Commit a972299c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

misskey: fix darwin build (#336087)

parents 9371a01b c28b31df
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  jemalloc,
  ffmpeg-headless,
  writeShellScript,
  xcbuild,
  ...
}:

@@ -32,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
    pnpm.configHook
    makeWrapper
    python3
  ];
  ] ++ lib.optionals stdenv.isDarwin [ xcbuild.xcrun ];

  # https://nixos.org/manual/nixpkgs/unstable/#javascript-pnpm
  pnpmDeps = pnpm.fetchDeps {