From: Diane Trout <diane@ghic.org>
Date: Sat, 22 Nov 2025 16:19:01 +0100
Subject: Use the Debian packaged version of node-gyp instead

Forwarded: not-needed
Reviewed-By: Xavier Guimard <yadd@debian.org>
Last-Update: 2020-10-08

of the convenience copy that was removed on repack.
---
 bin/node-gyp-bin/node-gyp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/node-gyp-bin/node-gyp b/bin/node-gyp-bin/node-gyp
index 70efb6f..ae7cff3 100755
--- a/bin/node-gyp-bin/node-gyp
+++ b/bin/node-gyp-bin/node-gyp
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 if [ "x$npm_config_node_gyp" = "x" ]; then
-  node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@"
+  /usr/bin/node-gyp "$@"
 else
   "$npm_config_node_gyp" "$@"
 fi
