svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823
This commit is contained in:
Michael Raskin
2008-02-22 03:06:12 +00:00
parent b7e2573912
commit 8ea6496a10
18 changed files with 287 additions and 63 deletions
@@ -1,10 +0,0 @@
{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)";
}