gnu: llhttp: Fix build.

* gnu/packages/node.scm (llhttp-bootstrap)[arguments]: Add missing keyword
  argument to 'configure' phase.
This commit is contained in:
Guillaume Le Vaillant 2021-10-10 14:16:46 +02:00
parent e428e9898e
commit b1de968fd5
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -9,6 +9,7 @@
;;; Copyright © 2020, 2021 Pierre Langlois <pierre.langlois@gmx.com> ;;; Copyright © 2020, 2021 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com> ;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -602,7 +603,7 @@ (define-public llhttp-bootstrap
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'configure (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) (let ((esbuild (search-input-file (or native-inputs inputs)
"/bin/esbuild"))) "/bin/esbuild")))
(invoke esbuild (invoke esbuild