* Gnome: use GTK 2.4.
svn path=/nixpkgs/trunk/; revision=1671
This commit is contained in:
parent
59a3c9cc6e
commit
f6f102f9b3
@ -584,8 +584,7 @@ rec {
|
|||||||
gnome = import ../development/libraries/gnome {
|
gnome = import ../development/libraries/gnome {
|
||||||
inherit fetchurl stdenv pkgconfig audiofile
|
inherit fetchurl stdenv pkgconfig audiofile
|
||||||
flex bison popt perl zlib libxml2 bzip2
|
flex bison popt perl zlib libxml2 bzip2
|
||||||
perlXMLParser;
|
perlXMLParser gtkLibs;
|
||||||
gtkLibs = gtkLibs22;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
wxGTK = (import ../development/libraries/wxGTK-2.5) {
|
wxGTK = (import ../development/libraries/wxGTK-2.5) {
|
||||||
@ -935,6 +934,16 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
atari800 = (import ../misc/emulators/atari800) {
|
||||||
|
inherit fetchurl stdenv zlib SDL;
|
||||||
|
};
|
||||||
|
|
||||||
|
ataripp = (import ../misc/emulators/atari++) {
|
||||||
|
inherit fetchurl stdenv x11 SDL;
|
||||||
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
nix = (import ../misc/nix) {
|
nix = (import ../misc/nix) {
|
||||||
inherit fetchurl stdenv aterm perl;
|
inherit fetchurl stdenv aterm perl;
|
||||||
curl = bootCurl; /* !!! ugly */
|
curl = bootCurl; /* !!! ugly */
|
||||||
|
Loading…
Reference in New Issue
Block a user