mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* IPTables.
svn path=/nixpkgs/trunk/; revision=7893
This commit is contained in:
parent
9fdea6a917
commit
6acaa6ddd2
@ -2169,6 +2169,10 @@ rec {
|
||||
kernelHeaders = stdenv.gcc.libc.kernelHeaders;
|
||||
};
|
||||
|
||||
iptables = import ../os-specific/linux/iptables {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
kernelHeaders = import ../os-specific/linux/kernel-headers {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user