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

* gnu/packages/web.scm (nghttp2-1.40): Use INHERIT instead of PACKAGE/INHERIT.
This commit is contained in:
Marius Bakke 2020-02-28 00:47:15 +01:00
parent c2f9ea2b50
commit a64cef121a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7027,8 +7027,8 @@ (define nghttp2-1.39.2
;; '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)