guix-commits
[Top][All Lists]
Advanced

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

14/19: gnu: node-serialport: Avoid gyp rebuilds.


From: guix-commits
Subject: 14/19: gnu: node-serialport: Avoid gyp rebuilds.
Date: Sat, 6 May 2023 07:56:25 -0400 (EDT)

jlicht pushed a commit to branch master
in repository guix.

commit 2c8c582803f87ac0690fabe44a380ee782ea894d
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Mon Mar 20 23:31:38 2023 +0100

    gnu: node-serialport: Avoid gyp rebuilds.
    
    * gnu/packages/node-xyz.scm (node-serialport)[arguments]<phases>: Explicitly
    disable gyp recompilation.
---
 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 @@ after a (configurable) newline delimiter is received.")))
                                                              (_
                                                               #t))
                                                            scripts-alist)))
+                                  (("gypfile" . _)
+                                   '("gypfile" . #f))
                                   (other
                                    other))
                                 pkg-meta-alist))))))))



reply via email to

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