misskey: fix darwin build
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user