diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 01:51:43 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:29 +0200 |
commit | 8de0bb0a961129adb62417ce504850c29da07edc (patch) | |
tree | 3b62d1e54201951654d7add81fafa2b599451175 | |
parent | a4855d6bfa36ef7c22d1b64b93174caf529ff78d (diff) | |
download | guix-8de0bb0a961129adb62417ce504850c29da07edc.tar.gz |
gnu: libmnl: Add release-monitoring-url.
* gnu/packages/linux.scm (libmnl)[properties]: New field.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fbf1068a41..eb162e26b3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7248,6 +7248,8 @@ Netlink developers. There are a lot of common tasks in parsing, validating, 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 |