mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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:
parent
c2f9ea2b50
commit
a64cef121a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue