[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: iproute2: Add libmnl input.
From: |
guix-commits |
Subject: |
07/10: gnu: iproute2: Add libmnl input. |
Date: |
Wed, 25 Sep 2019 11:51:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3b6362969cb92e6b29343462ecc584a223376d25
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Sep 25 16:53:05 2019 +0200
gnu: iproute2: Add libmnl input.
* gnu/packages/linux.scm (iproute)[inputs]: Add libmnl.
---
gnu/packages/linux.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b2b7a48..027c920 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1739,7 +1739,8 @@ that the Ethernet protocol is much simpler than the IP
protocol.")
#t)))))
(inputs
`(("db4" ,bdb)
- ("iptables" ,iptables)))
+ ("iptables" ,iptables)
+ ("libmnl" ,libmnl)))
(native-inputs
`(("bison" ,bison)
("flex" ,flex)
- branch master updated (8dc3c2a -> b106dd8), guix-commits, 2019/09/25
- 04/10: gnu: mlt: Update to 6.16.0., guix-commits, 2019/09/25
- 02/10: gnu: spirv-tools: Update to 2019.2., guix-commits, 2019/09/25
- 01/10: gnu: you-get: Update to 0.4.1355., guix-commits, 2019/09/25
- 07/10: gnu: iproute2: Add libmnl input.,
guix-commits <=
- 03/10: gnu: spirv-tools: Use GIT-FILE-NAME., guix-commits, 2019/09/25
- 05/10: gnu: rofi: Update to 1.5.4., guix-commits, 2019/09/25
- 10/10: gnu: xf86-input-wacom: Don't use NAME in source URI., guix-commits, 2019/09/25
- 06/10: gnu: iproute2: Update to 5.3.0., guix-commits, 2019/09/25
- 08/10: gnu: celluloid: Update to 0.17 from gnome-mpv., guix-commits, 2019/09/25
- 09/10: gnu: youtube-dl: Update to 2019.09.12.1., guix-commits, 2019/09/25