* Hack to fix i686-freebsd.

svn path=/nixpkgs/trunk/; revision=12076
This commit is contained in:
Eelco Dolstra 2008-06-13 12:03:55 +00:00
parent 61de7ef033
commit 06e406212c

View File

@ -1,5 +1,7 @@
{stdenv, fetchurl, db4, glibc}: {stdenv, fetchurl, db4, glibc}:
assert stdenv.isLinux;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "postfix-2.2.11"; name = "postfix-2.2.11";
src = fetchurl { src = fetchurl {