mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
* Doh!
svn path=/nixpkgs/trunk/; revision=7894
This commit is contained in:
parent
6acaa6ddd2
commit
23adbea73d
10
pkgs/os-specific/linux/iptables/default.nix
Normal file
10
pkgs/os-specific/linux/iptables/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "iptables-1.3.7";
|
||||
src = fetchurl {
|
||||
url = http://www.netfilter.org/projects/iptables/files/iptables-1.3.7.tar.bz2;
|
||||
sha256 = "00nffc03akgm5p0skz90nl29h5d8b9fjc0d9lhipkbwy0ahcw00f";
|
||||
};
|
||||
preBuild = "makeFlagsArray=(PREFIX=$out)";
|
||||
}
|
Loading…
Reference in New Issue
Block a user