* Install header files again, they're needed to build plugins.
svn path=/nixpkgs/trunk/; revision=1563
This commit is contained in:
parent
fb6da2f8bc
commit
17257424b1
@ -26,7 +26,7 @@ postInstall() {
|
|||||||
strip -S $out/lib/*/* || true
|
strip -S $out/lib/*/* || true
|
||||||
|
|
||||||
# We don't need this (do we?)
|
# 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
|
# This fixes starting Firefox when there already is a running
|
||||||
# instance. The `firefox' wrapper script actually expects to be
|
# instance. The `firefox' wrapper script actually expects to be
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# !!! assert libIDL.glib == gtk.glib;
|
# !!! assert libIDL.glib == gtk.glib;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
(stdenv.mkDerivation {
|
||||||
name = "firefox-1.0pre-PR-0.10.1";
|
name = "firefox-1.0pre-PR-0.10.1";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
@ -14,4 +14,4 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [pkgconfig gtk perl zip libIDL libXi];
|
buildInputs = [pkgconfig gtk perl zip libIDL libXi];
|
||||||
|
|
||||||
patches = [./writable-copies.patch];
|
patches = [./writable-copies.patch];
|
||||||
}
|
}) // {inherit gtk;}
|
Loading…
Reference in New Issue
Block a user