mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-18 13:45:02 +01:00
logseq: fix build on darwin
This commit is contained in:
parent
67376f68ba
commit
a533c70cb7
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
|
clang_20,
|
||||||
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchYarnDeps,
|
fetchYarnDeps,
|
||||||
|
|
@ -153,6 +154,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
cctools
|
cctools
|
||||||
darwin.autoSignDarwinBinariesHook
|
darwin.autoSignDarwinBinariesHook
|
||||||
xcbuild
|
xcbuild
|
||||||
|
clang_20 # newer clang breaks node-addon-api on darwin
|
||||||
];
|
];
|
||||||
|
|
||||||
# we'll run the hook manually multiple times
|
# we'll run the hook manually multiple times
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue