We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ed445 commit b2946d1Copy full SHA for b2946d1
tools/nix/v8.nix
@@ -58,8 +58,8 @@ pkgs.stdenv.mkDerivation (finalAttrs: {
58
];
59
};
60
61
+ # We need to patch tools/gyp/ to work from within Nix sandbox
62
prePatch = ''
- # Filter patches to only include changes under deps/npm/ and strip that prefix
63
patches=()
64
for patch in ${pkgs.lib.concatStringsSep " " nodejs.patches}; do
65
filtered=$(mktemp)
0 commit comments