mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: node-serialport: Avoid gyp rebuilds.
* gnu/packages/node-xyz.scm (node-serialport)[arguments]<phases>: Explicitly disable gyp recompilation.
This commit is contained in:
parent
8b4c901ac8
commit
2c8c582803
1 changed files with 2 additions and 0 deletions
|
@ -1384,6 +1384,8 @@ after a (configurable) newline delimiter is received.")))
|
||||||
(_
|
(_
|
||||||
#t))
|
#t))
|
||||||
scripts-alist)))
|
scripts-alist)))
|
||||||
|
(("gypfile" . _)
|
||||||
|
'("gypfile" . #f))
|
||||||
(other
|
(other
|
||||||
other))
|
other))
|
||||||
pkg-meta-alist))))))))
|
pkg-meta-alist))))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue