Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
24 lines
539 B
Diff
24 lines
539 B
Diff
Add missing import statement for gyp-patches.nix.
|
|
|
|
--- a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
|
|
+++ b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
|
|
@@ -25,6 +25,7 @@
|
|
import os
|
|
import re
|
|
import subprocess
|
|
+import sys
|
|
import gyp
|
|
import gyp.common
|
|
import gyp.xcode_emulation
|
|
|
|
--- a/tools/gyp/pylib/gyp/generator/make.py
|
|
+++ b/tools/gyp/pylib/gyp/generator/make.py
|
|
@@ -25,6 +25,7 @@
|
|
import os
|
|
import re
|
|
import subprocess
|
|
+import sys
|
|
import gyp
|
|
import gyp.common
|
|
import gyp.xcode_emulation
|
|
|