* Don't strip everything.

svn path=/nixpkgs/trunk/; revision=2322
This commit is contained in:
Eelco Dolstra
2005-03-02 11:31:49 +00:00
parent 83562f3d1d
commit 6e0861d8af
2 changed files with 21 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ stdenv.mkDerivation {
buildInputs = [x11 libXft libXrender zlib libjpeg libpng which];
# Don't strip everything so we can get useful backtraces.
patches = [./strip.patch];
inherit threadSupport xftSupport libXft xrenderSupport libXrender;
inherit mysqlSupport mysql;
inherit (libXft) freetype fontconfig;