guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libnode: Delete unused phase.


From: guix-commits
Subject: branch master updated: gnu: libnode: Delete unused phase.
Date: Sat, 13 Jun 2020 14:05:09 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e8521f0  gnu: libnode: Delete unused phase.
e8521f0 is described below

commit e8521f0b95bf0cc5a08bca0b8b14e07b18d51a81
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 20:03:42 2020 +0200

    gnu: libnode: Delete unused phase.
    
    This is a follow-up to commit bb310a1976198eacdc67e0712e19735cd656b21d.
    
    * gnu/packages/node.scm (libnode)[arguments]: Delete phase
    "patch-npm-shebang".
---
 gnu/packages/node.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index ca226e1..1adb2cd 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -206,4 +206,7 @@ devices.")
     (arguments
      (substitute-keyword-arguments (package-arguments node)
        ((#:configure-flags flags ''())
-        `(cons* "--shared" "--without-npm" ,flags))))))
+        `(cons* "--shared" "--without-npm" ,flags))
+       ((#:phases phases '%standard-phases)
+        `(modify-phases ,phases
+           (delete 'patch-npm-shebang)))))))



reply via email to

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