guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: nftables: Make some inputs native.


From: guix-commits
Subject: 03/04: gnu: nftables: Make some inputs native.
Date: Tue, 31 Mar 2020 03:42:23 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 5450e30172a977a7f0b13a48f9ee2bb681010426
Author: Vincent Legoll <address@hidden>
AuthorDate: Mon Mar 30 22:38:44 2020 +0200

    gnu: nftables: Make some inputs native.
    
    * gnu/packages/linux.scm (procenv)[native-inputs]: New field.
    [inputs]: Move bison & flex to native-inputs.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 701df76..a45847c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5647,13 +5647,13 @@ used by nftables.")
     (build-system gnu-build-system)
     (arguments `(#:configure-flags
                  '("--disable-man-doc"))) ; FIXME: Needs docbook2x.
-    (inputs `(("bison" ,bison)
-              ("flex" ,flex)
-              ("gmp" ,gmp)
+    (inputs `(("gmp" ,gmp)
               ("libmnl" ,libmnl)
               ("libnftnl" ,libnftnl)
               ("readline" ,readline)))
-    (native-inputs `(("pkg-config" ,pkg-config)))
+    (native-inputs `(("pkg-config" ,pkg-config)
+                     ("bison" ,bison)
+                     ("flex" ,flex)))
     (home-page "https://www.nftables.org";)
     (synopsis "Userspace utility for Linux packet filtering")
     (description "nftables is the project that aims to replace the existing



reply via email to

[Prev in Thread] Current Thread [Next in Thread]