forked from mirrors/nixpkgs
* Fix the ratpoison build (http://hydra.nixos.org/build/915825).
svn path=/nixpkgs/branches/x-updates/; revision=26296
This commit is contained in:
parent
aaecb6430b
commit
440c82b96f
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, libX11, inputproto, libXt, libXpm, libXft, fontconfig
|
||||
{ stdenv, fetchurl, libX11, inputproto, libXt, libXpm, libXft, fontconfig, freetype
|
||||
, libXtst, xextproto, readline, libXi, pkgconfig, perl, autoconf, automake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -18,8 +18,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preConfigure = "autoreconf -vf"; # needed because of the patch above
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2"; # urgh
|
||||
|
||||
buildInputs =
|
||||
[ libX11 inputproto libXt libXpm libXft fontconfig libXtst
|
||||
[ libX11 inputproto libXt libXpm libXft fontconfig freetype libXtst
|
||||
xextproto readline libXi pkgconfig perl autoconf automake
|
||||
];
|
||||
|
||||
|
|
|
@ -5940,9 +5940,7 @@ let
|
|||
libgnomeui libglade glib gtk scrollkeeper gnome_keyring;
|
||||
});
|
||||
|
||||
evolution_data_server = (newScope (gnome // gtkLibs))
|
||||
../servers/evolution-data-server {
|
||||
};
|
||||
evolution_data_server = newScope (gnome // gtkLibs) ../servers/evolution-data-server { };
|
||||
|
||||
exrdisplay = callPackage ../applications/graphics/exrdisplay {
|
||||
fltk = fltk20;
|
||||
|
|
Loading…
Reference in a new issue