GCJ 4.4: More X dependencies (soon it will be all over, well I hope soon).

svn path=/nixpkgs/trunk/; revision=16512
This commit is contained in:
Ludovic Courtès 2009-07-29 20:47:12 +00:00
parent 4456c7496a
commit a2e9613540
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@
, zip ? null, unzip ? null, pkgconfig ? null, gtk ? null, libart_lgpl ? null
, libX11 ? null, libXt ? null, libSM ? null, libICE ? null, libXtst ? null
, libXrender ? null, xproto ? null, renderproto ? null, xextproto ? null
, inputproto ? null
, enableMultilib ? false
, name ? "gcc"
}:
@ -33,7 +34,7 @@ let version = "4.4.1";
xlibs = [
libX11 libXt libSM libICE libXtst libXrender xproto renderproto
xextproto
xextproto inputproto
];
javaAwtGtk = langJava && gtk != null;

View File

@ -1737,7 +1737,7 @@ let
inherit (gtkLibs) gtk;
inherit (gnome) libart_lgpl;
inherit (xlibs) libX11 libXt libSM libICE libXtst libXrender
xproto renderproto xextproto;
xproto renderproto xextproto inputproto;
});
#ghc = haskellPackages.ghc;