* Install header files again, they're needed to build plugins.

svn path=/nixpkgs/trunk/; revision=1563
This commit is contained in:
Eelco Dolstra 2004-10-17 13:11:44 +00:00
parent fb6da2f8bc
commit 17257424b1
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ postInstall() {
strip -S $out/lib/*/* || true
# We don't need this (do we?)
rm -rf $out/include
# rm -rf $out/include
# This fixes starting Firefox when there already is a running
# instance. The `firefox' wrapper script actually expects to be

View File

@ -2,7 +2,7 @@
# !!! assert libIDL.glib == gtk.glib;
stdenv.mkDerivation {
(stdenv.mkDerivation {
name = "firefox-1.0pre-PR-0.10.1";
builder = ./builder.sh;
@ -14,4 +14,4 @@ stdenv.mkDerivation {
buildInputs = [pkgconfig gtk perl zip libIDL libXi];
patches = [./writable-copies.patch];
}
}) // {inherit gtk;}