guix-patches
[Top][All Lists]
Advanced

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

[bug#45697] [PATCH v2] gnu: libnode: Delete patch-node-shebang.


From: Tim Howes
Subject: [bug#45697] [PATCH v2] gnu: libnode: Delete patch-node-shebang.
Date: Fri, 08 Jan 2021 12:32:17 -0800
User-agent: mu4e 1.4.14; emacs 27.1

Fixed the commit message formatting.

>From 4237b0f79b50f6783f6389e82b28a6daefec0a47 Mon Sep 17 00:00:00 2001
From: Tim Howes <timhowes@lavabit.com>
Date: Wed, 6 Jan 2021 09:20:00 -0800
Subject: [PATCH] gnu: libnode: Delete patch-node-shebang.

* gnu/packages/node.scm (libnode): Delete patch-node-shebang.
[arguments]: Delete patch-node-shebang phase inherited from node.
---
The build for libnode fails when it tries to run this phase.

 gnu/packages/node.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 9e07cd906e..687b5590ab 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2021 Tim Howes <timhowes@lavabit.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -238,4 +239,5 @@ devices.")
         `(cons* "--shared" "--without-npm" ,flags))
        ((#:phases phases '%standard-phases)
         `(modify-phases ,phases
-           (delete 'patch-npm-shebang)))))))
+           (delete 'patch-npm-shebang)
+           (delete 'patch-node-shebang)))))))

base-commit: f40ddf95a34944673cd6262b7aae0c643e653ff9
-- 
2.30.0


reply via email to

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