3
0
Fork 0
forked from mirrors/nixpkgs

* 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}:
assert stdenv.isLinux;
stdenv.mkDerivation {
name = "postfix-2.2.11";
src = fetchurl {