GNU bug report logs -
#45697
[PATCH] gnu: libnode: Delete patch-node-shebang.
Previous Next
Reported by: Tim Howes <timhowes <at> lavabit.com>
Date: Wed, 6 Jan 2021 17:43:01 UTC
Severity: normal
Tags: patch
Done: Tim Howes <timhowes <at> lavabit.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Fixed the commit message formatting.
[0001-libnode-Delete-patch-node-shebang.patch (text/x-patch, inline)]
From 4237b0f79b50f6783f6389e82b28a6daefec0a47 Mon Sep 17 00:00:00 2001
From: Tim Howes <timhowes <at> 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 <at> fastmail.com>
;;; Copyright © 2020 Pierre Langlois <pierre.langlois <at> gmx.com>
;;; Copyright © 2020 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2021 Tim Howes <timhowes <at> 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
This bug report was last modified 4 years and 183 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.