forked from mirrors/nixpkgs
GCJ 4.4: More X dependencies.
svn path=/nixpkgs/trunk/; revision=16513
This commit is contained in:
parent
a2e9613540
commit
2e8e54fbbc
|
@ -11,7 +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
|
||||
, libXrandr ? null, inputproto ? null
|
||||
, enableMultilib ? false
|
||||
, name ? "gcc"
|
||||
}:
|
||||
|
@ -33,8 +33,8 @@ let version = "4.4.1";
|
|||
};
|
||||
|
||||
xlibs = [
|
||||
libX11 libXt libSM libICE libXtst libXrender xproto renderproto
|
||||
xextproto inputproto
|
||||
libX11 libXt libSM libICE libXtst libXrender libXrandr
|
||||
xproto renderproto xextproto inputproto
|
||||
];
|
||||
|
||||
javaAwtGtk = langJava && gtk != null;
|
||||
|
|
|
@ -1737,7 +1737,7 @@ let
|
|||
inherit (gtkLibs) gtk;
|
||||
inherit (gnome) libart_lgpl;
|
||||
inherit (xlibs) libX11 libXt libSM libICE libXtst libXrender
|
||||
xproto renderproto xextproto inputproto;
|
||||
libXrandr xproto renderproto xextproto inputproto;
|
||||
});
|
||||
|
||||
#ghc = haskellPackages.ghc;
|
||||
|
|
Loading…
Reference in a new issue