n8n: speed up fixup phase

This commit is contained in:
Gutyina Gergő
2024-12-28 15:54:15 +01:00
parent 2b4adf795f
commit d2b3fd1471
+3
View File
@@ -88,7 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
updateScript = ./update.sh;
};
# this package has ~80000 files, these take too long and seem to be unnecessary
dontStrip = true;
dontPatchELF = true;
dontRewriteSymlinks = true;
meta = {
description = "Free and source-available fair-code licensed workflow automation tool";