gnu: node-serialport: Avoid gyp rebuilds.

* gnu/packages/node-xyz.scm (node-serialport)[arguments]<phases>: Explicitly
disable gyp recompilation.
This commit is contained in:
Jelle Licht 2023-03-20 23:31:38 +01:00
parent 8b4c901ac8
commit 2c8c582803
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -1384,6 +1384,8 @@ (define-public node-serialport-bindings
(_ (_
#t)) #t))
scripts-alist))) scripts-alist)))
(("gypfile" . _)
'("gypfile" . #f))
(other (other
other)) other))
pkg-meta-alist)))))))) pkg-meta-alist))))))))