guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: nghttp2@1.40: Do not inherit the replacement field.


From: guix-commits
Subject: 01/02: gnu: nghttp2@1.40: Do not inherit the replacement field.
Date: Thu, 27 Feb 2020 20:31:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a64cef121a9e3753f41c9541239c0ccfba57b3ae
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Feb 28 00:47:15 2020 +0100

    gnu: nghttp2@1.40: Do not inherit the replacement field.
    
    * gnu/packages/web.scm (nghttp2-1.40): Use INHERIT instead of 
PACKAGE/INHERIT.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2be3dfe..1ada569 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7027,8 +7027,8 @@ compressed JSON header blocks.
 
 ;; 'Node' requires this newer version, to be removed on the next rebuild cycle.
 (define-public nghttp2-1.40
-  (package/inherit
-   nghttp2
+  (package
+   (inherit nghttp2)
    (version "1.40.0")
    (source (origin
              (method url-fetch)



reply via email to

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