mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* 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
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;}
|
Loading…
Reference in a new issue