mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: libmnl: Add release-monitoring-url.
* gnu/packages/linux.scm (libmnl)[properties]: New field.
This commit is contained in:
parent
a4855d6bfa
commit
8de0bb0a96
1 changed files with 2 additions and 0 deletions
|
@ -7248,6 +7248,8 @@ (define-public libmnl
|
|||
constructing of both the Netlink header and TLVs that are repetitive and easy to
|
||||
get wrong. This library aims to provide simple helpers that allows you to
|
||||
re-use code and to avoid re-inventing the wheel.")
|
||||
(properties
|
||||
'((release-monitoring-url . "https://www.netfilter.org/pub/libmnl/")))
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public libnftnl
|
||||
|
|
Loading…
Reference in a new issue