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:
parent
ad0f90ccc0
commit
73051b79b7
|
@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig5";
|
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 ];
|
propagatedBuildInputs = [ readline db4 openssl openldap cyrus_sasl ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue