guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: llhttp: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: llhttp: Fix build.
Date: Sun, 10 Oct 2021 08:49:02 -0400

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

glv pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new b1de968  gnu: llhttp: Fix build.
b1de968 is described below

commit b1de968fd5fd916e30258c6e256f65a294fca780
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Oct 10 14:16:46 2021 +0200

    gnu: llhttp: Fix build.
    
    * gnu/packages/node.scm (llhttp-bootstrap)[arguments]: Add missing keyword
      argument to 'configure' phase.
---
 gnu/packages/node.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index d5a5be2..fd6dd4c 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020, 2021 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
+;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -602,7 +603,7 @@ parser definition into a C output.")
        #:phases
        (modify-phases %standard-phases
          (replace 'configure
-           (lambda* (#:key inputs #:allow-other-keys)
+           (lambda* (#:key inputs native-inputs #:allow-other-keys)
              (let ((esbuild (search-input-file (or native-inputs inputs)
                                                "/bin/esbuild")))
                (invoke esbuild



reply via email to

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