* Don't check for X.

svn path=/nixpkgs/trunk/; revision=8174
This commit is contained in:
Eelco Dolstra 2007-03-04 23:48:05 +00:00
parent b979dff808
commit c096988e57

View File

@ -7,5 +7,6 @@ stdenv.mkDerivation {
sha256 = "1jn652zb81mczsx4rdcwrrzj3lfhx9d107zjfnasc4l5yljl204a";
};
buildInputs = [pkgconfig expat];
configureFlags = "--without-x";
#configureFlags = "--localstatedir=/var";
}