GNU bug report logs - #71581
[PATCH 1/2] gnu: llhttp-bootstrap: Update to 6.1.0.

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Sat, 15 Jun 2024 21:53:02 UTC

Severity: normal

Tags: patch

Done: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #44 received at 71581 <at> debbugs.gnu.org (full text, mbox):

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: 71581 <at> debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
Subject: [PATCH 10/10] gnu: llhttp-bootstrap: Move to web and rename to
 llhttp-node-lts.
Date: Tue, 18 Jun 2024 18:08:12 +0530
* gnu/packages/node.scm (llhttp-bootstrap): Move
from here ...
* gnu/packages/web.scm: ... to here and rename to llhttp-node-lts.

Change-Id: Iaec111d69b157de924d7809f9d11d6878a9860b7
---
 gnu/packages/node.scm | 8 +-------
 gnu/packages/web.scm  | 6 ++++++
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 800cb6b1c9..b6e3ccc00c 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -334,12 +334,6 @@ (define-public node
 (define-public node-bootstrap
   (hidden-package node))
 
-(define-public llhttp-bootstrap
-  (package
-    (inherit llhttp)
-    (version "6.1.0")
-    (properties '((hidden? . #t)))))
-
 (define-public node-lts
   (package
     (inherit node)
@@ -537,7 +531,7 @@ (define-public node-lts
            c-ares-for-node
            icu4c
            libuv
-           llhttp-bootstrap
+           llhttp-node-lts
            brotli
            `(,nghttp2 "lib")
            openssl
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b9991bb9c1..95a9ae79ec 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6937,6 +6937,12 @@ (define-public llhttp
 efficient where possible.")
     (license license:expat)))
 
+(define-public llhttp-node-lts
+  (package
+    (inherit llhttp)
+    (version "6.1.0")
+    (properties '((hidden? . #t)))))
+
 (define-public python-httpretty
   (package
     (name "python-httpretty")
-- 
2.45.1





This bug report was last modified 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.