unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tim Howes via Guix-patches via <guix-patches@gnu.org>
To: 45697@debbugs.gnu.org
Subject: [bug#45697] [PATCH v2] gnu: libnode: Delete patch-node-shebang.
Date: Fri, 08 Jan 2021 12:32:17 -0800	[thread overview]
Message-ID: <875z47np9q.fsf@lavabit.com> (raw)
In-Reply-To: <20210106174215.15245-1-timhowes@lavabit.com>

[-- Attachment #1: Type: text/plain, Size: 39 bytes --]


Fixed the commit message formatting.


[-- Attachment #2: 0001-libnode-Delete-patch-node-shebang.patch --]
[-- Type: text/x-patch, Size: 1343 bytes --]

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	other threads:[~2021-01-08 20:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 19:11 [bug#45728] [PATCH] gnu: emacs-calibredb: Update to 2.8.0 Michael Rohleder
2021-01-06 17:42 ` [bug#45697] [PATCH] * gnu/packages/node.scm (libnode): Delete patch-node-shebang Tim Howes via Guix-patches via
2021-01-08 20:32   ` Tim Howes via Guix-patches via [this message]
2021-01-10 11:05 ` bug#45728: [PATCH] gnu: emacs-calibredb: Update to 2.8.0 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875z47np9q.fsf@lavabit.com \
    --to=guix-patches@gnu.org \
    --cc=45697@debbugs.gnu.org \
    --cc=timhowes@lavabit.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).