guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59188] [PATCH v6 14/19] gnu: node-serialport: Avoid gyp rebuilds.


From: jlicht
Subject: [bug#59188] [PATCH v6 14/19] gnu: node-serialport: Avoid gyp rebuilds.
Date: Thu, 30 Mar 2023 14:31:45 +0200

From: Jelle Licht <jlicht@fsfe.org>

* gnu/packages/node-xyz.scm (node-serialport)[arguments]<phases>: Explicitly
disable gyp recompilation.
---

(no changes since v1)

 gnu/packages/node-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index b85507f52f..a9784dbf7a 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -1384,6 +1384,8 @@ (define-public node-serialport-bindings
                                                              (_
                                                               #t))
                                                            scripts-alist)))
+                                  (("gypfile" . _)
+                                   '("gypfile" . #f))
                                   (other
                                    other))
                                 pkg-meta-alist))))))))
-- 
2.39.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]