Skip to content

Commit

Permalink
n8n: fix build
Browse files Browse the repository at this point in the history
(cherry picked from commit be28406)
  • Loading branch information
marsam authored and yayayayaka committed Apr 29, 2024
1 parent 040c045 commit b89fa65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/networking/n8n/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ nodePackages.n8n.override {
# makes libmongocrypt bindings not look for static libraries in completely wrong places
BUILD_TYPE = "dynamic";

# Disable NAPI_EXPERIMENTAL to allow to build with Node.js≥18.20.0.
NIX_CFLAGS_COMPILE = "-DNODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT";

dontNpmInstall = true;

passthru = {
Expand Down

0 comments on commit b89fa65

Please sign in to comment.