3
0
Fork 0
forked from mirrors/nixpkgs

force a build without X for now. This should be made an option...soon.

svn path=/nixpkgs/trunk/; revision=10921
This commit is contained in:
Armijn Hemel 2008-03-02 22:12:27 +00:00
parent ad0f90ccc0
commit 73051b79b7

View file

@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig5";
};
configureFlags = "--enable-shared --disable-static --with-openldap=${openldap}";
## ugly, X should be made an option
configureFlags = "--enable-shared --disable-static --with-openldap=${openldap} --without-x";
propagatedBuildInputs = [ readline db4 openssl openldap cyrus_sasl ];
}