glib and gtk are now in top-level namespace
svn path=/nixpkgs/trunk/; revision=33084
This commit is contained in:
parent
a05e5e7add
commit
da0a96d06c
@ -132,7 +132,7 @@ let
|
|||||||
|
|
||||||
# We use `callPackage' to be able to omit function arguments that
|
# We use `callPackage' to be able to omit function arguments that
|
||||||
# can be obtained from `pkgs' or `pkgs.xorg' (i.e. `defaultScope').
|
# can be obtained from `pkgs' or `pkgs.xorg' (i.e. `defaultScope').
|
||||||
# Use `newScope' for sets of packages in `pkgs' (see e.g. `gtkLibs'
|
# Use `newScope' for sets of packages in `pkgs' (see e.g. `gnome'
|
||||||
# below).
|
# below).
|
||||||
callPackage = newScope {};
|
callPackage = newScope {};
|
||||||
|
|
||||||
@ -717,9 +717,7 @@ let
|
|||||||
|
|
||||||
gawk = callPackage ../tools/text/gawk { };
|
gawk = callPackage ../tools/text/gawk { };
|
||||||
|
|
||||||
gdmap = callPackage ../tools/system/gdmap {
|
gdmap = callPackage ../tools/system/gdmap { };
|
||||||
inherit (pkgs.gtkLibs) gtk;
|
|
||||||
};
|
|
||||||
|
|
||||||
genext2fs = callPackage ../tools/filesystems/genext2fs { };
|
genext2fs = callPackage ../tools/filesystems/genext2fs { };
|
||||||
|
|
||||||
@ -741,8 +739,7 @@ let
|
|||||||
|
|
||||||
gnokii = builderDefsPackage (import ../tools/misc/gnokii) {
|
gnokii = builderDefsPackage (import ../tools/misc/gnokii) {
|
||||||
inherit intltool perl gettext libusb pkgconfig bluez readline pcsclite
|
inherit intltool perl gettext libusb pkgconfig bluez readline pcsclite
|
||||||
libical;
|
libical gtk glib;
|
||||||
inherit (gtkLibs) gtk glib;
|
|
||||||
inherit (xorg) libXpm;
|
inherit (xorg) libXpm;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -768,7 +765,6 @@ let
|
|||||||
gnupg = callPackage ../tools/security/gnupg { };
|
gnupg = callPackage ../tools/security/gnupg { };
|
||||||
|
|
||||||
gnuplot = callPackage ../tools/graphics/gnuplot {
|
gnuplot = callPackage ../tools/graphics/gnuplot {
|
||||||
inherit (gtkLibs) pango;
|
|
||||||
texLive = null;
|
texLive = null;
|
||||||
lua = null;
|
lua = null;
|
||||||
};
|
};
|
||||||
@ -783,17 +779,13 @@ let
|
|||||||
|
|
||||||
gptfdisk = callPackage ../tools/system/gptfdisk { };
|
gptfdisk = callPackage ../tools/system/gptfdisk { };
|
||||||
|
|
||||||
graphviz = callPackage ../tools/graphics/graphviz {
|
graphviz = callPackage ../tools/graphics/graphviz { };
|
||||||
inherit (gtkLibs) pango;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Readded by Michael Raskin. There are programs in the wild
|
/* Readded by Michael Raskin. There are programs in the wild
|
||||||
* that do want 2.0 but not 2.22. Please give a day's notice for
|
* that do want 2.0 but not 2.22. Please give a day's notice for
|
||||||
* objections before removal.
|
* objections before removal.
|
||||||
*/
|
*/
|
||||||
graphviz_2_0 = callPackage ../tools/graphics/graphviz/2.0.nix {
|
graphviz_2_0 = callPackage ../tools/graphics/graphviz/2.0.nix { };
|
||||||
inherit (gtkLibs) pango;
|
|
||||||
};
|
|
||||||
|
|
||||||
groff = callPackage ../tools/text/groff {
|
groff = callPackage ../tools/text/groff {
|
||||||
ghostscript = null;
|
ghostscript = null;
|
||||||
@ -1262,8 +1254,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
pythonSexy = builderDefsPackage (import ../development/python-modules/libsexy) {
|
pythonSexy = builderDefsPackage (import ../development/python-modules/libsexy) {
|
||||||
inherit python libsexy pkgconfig libxml2 pygtk;
|
inherit python libsexy pkgconfig libxml2 pygtk pango gtk glib;
|
||||||
inherit (gtkLibs) pango gtk glib;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
openmpi = callPackage ../development/libraries/openmpi { };
|
openmpi = callPackage ../development/libraries/openmpi { };
|
||||||
@ -1318,9 +1309,7 @@ let
|
|||||||
db4 = db45;
|
db4 = db45;
|
||||||
};
|
};
|
||||||
|
|
||||||
rrdtool = callPackage ../tools/misc/rrdtool {
|
rrdtool = callPackage ../tools/misc/rrdtool { };
|
||||||
inherit (gtkLibs) pango;
|
|
||||||
};
|
|
||||||
|
|
||||||
rtorrent = callPackage ../tools/networking/p2p/rtorrent { };
|
rtorrent = callPackage ../tools/networking/p2p/rtorrent { };
|
||||||
|
|
||||||
@ -2026,7 +2015,7 @@ let
|
|||||||
langC = false;
|
langC = false;
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
inherit zip unzip zlib boehmgc gettext pkgconfig;
|
inherit zip unzip zlib boehmgc gettext pkgconfig;
|
||||||
inherit (gtkLibs) gtk;
|
inherit gtk;
|
||||||
inherit (gnome) libart_lgpl;
|
inherit (gnome) libart_lgpl;
|
||||||
inherit (xlibs) libX11 libXt libSM libICE libXtst libXi libXrender
|
inherit (xlibs) libX11 libXt libSM libICE libXtst libXi libXrender
|
||||||
libXrandr xproto renderproto xextproto inputproto randrproto;
|
libXrandr xproto renderproto xextproto inputproto randrproto;
|
||||||
@ -2040,7 +2029,7 @@ let
|
|||||||
langC = false;
|
langC = false;
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
inherit zip unzip zlib boehmgc gettext pkgconfig perl;
|
inherit zip unzip zlib boehmgc gettext pkgconfig perl;
|
||||||
inherit (gtkLibs) gtk;
|
inherit gtk;
|
||||||
inherit (gnome) libart_lgpl;
|
inherit (gnome) libart_lgpl;
|
||||||
inherit (xlibs) libX11 libXt libSM libICE libXtst libXi libXrender
|
inherit (xlibs) libX11 libXt libSM libICE libXtst libXi libXrender
|
||||||
libXrandr xproto renderproto xextproto inputproto randrproto;
|
libXrandr xproto renderproto xextproto inputproto randrproto;
|
||||||
@ -2054,7 +2043,7 @@ let
|
|||||||
langC = false;
|
langC = false;
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
inherit zip unzip zlib boehmgc gettext pkgconfig perl;
|
inherit zip unzip zlib boehmgc gettext pkgconfig perl;
|
||||||
inherit (gtkLibs) gtk;
|
inherit gtk;
|
||||||
inherit (gnome) libart_lgpl;
|
inherit (gnome) libart_lgpl;
|
||||||
inherit (xlibs) libX11 libXt libSM libICE libXtst libXi libXrender
|
inherit (xlibs) libX11 libXt libSM libICE libXtst libXi libXrender
|
||||||
libXrandr xproto renderproto xextproto inputproto randrproto;
|
libXrandr xproto renderproto xextproto inputproto randrproto;
|
||||||
@ -2365,8 +2354,7 @@ let
|
|||||||
jikes = callPackage ../development/compilers/jikes { };
|
jikes = callPackage ../development/compilers/jikes { };
|
||||||
|
|
||||||
lazarus = builderDefsPackage (import ../development/compilers/fpc/lazarus.nix) {
|
lazarus = builderDefsPackage (import ../development/compilers/fpc/lazarus.nix) {
|
||||||
inherit makeWrapper;
|
inherit makeWrapper gtk glib pango atk gdk_pixbuf;
|
||||||
inherit (gtkLibs) gtk glib pango atk gdk_pixbuf;
|
|
||||||
inherit (xlibs) libXi inputproto libX11 xproto libXext xextproto;
|
inherit (xlibs) libXi inputproto libX11 xproto libXext xextproto;
|
||||||
fpc = fpc;
|
fpc = fpc;
|
||||||
};
|
};
|
||||||
@ -4104,9 +4092,7 @@ let
|
|||||||
|
|
||||||
libmad = callPackage ../development/libraries/libmad { };
|
libmad = callPackage ../development/libraries/libmad { };
|
||||||
|
|
||||||
libmatchbox = callPackage ../development/libraries/libmatchbox {
|
libmatchbox = callPackage ../development/libraries/libmatchbox { };
|
||||||
inherit (gtkLibs) pango;
|
|
||||||
};
|
|
||||||
|
|
||||||
libmatthew_java = callPackage ../development/libraries/java/libmatthew-java { };
|
libmatthew_java = callPackage ../development/libraries/java/libmatthew-java { };
|
||||||
|
|
||||||
@ -4284,9 +4270,7 @@ let
|
|||||||
pythonSupport = true;
|
pythonSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
libxmlxx = callPackage ../development/libraries/libxmlxx {
|
libxmlxx = callPackage ../development/libraries/libxmlxx { };
|
||||||
inherit (gtkLibs) glibmm;
|
|
||||||
};
|
|
||||||
|
|
||||||
libxslt = callPackage ../development/libraries/libxslt { };
|
libxslt = callPackage ../development/libraries/libxslt { };
|
||||||
|
|
||||||
@ -4752,7 +4736,7 @@ let
|
|||||||
webkit =
|
webkit =
|
||||||
builderDefsPackage ../development/libraries/webkit {
|
builderDefsPackage ../development/libraries/webkit {
|
||||||
inherit (gnome) gtkdoc libsoup;
|
inherit (gnome) gtkdoc libsoup;
|
||||||
inherit (gtkLibs) gtk atk pango glib;
|
inherit gtk atk pango glib;
|
||||||
inherit freetype fontconfig gettext gperf curl
|
inherit freetype fontconfig gettext gperf curl
|
||||||
libjpeg libtiff libxml2 libxslt sqlite
|
libjpeg libtiff libxml2 libxslt sqlite
|
||||||
icu cairo perl intltool automake libtool
|
icu cairo perl intltool automake libtool
|
||||||
@ -4767,7 +4751,7 @@ let
|
|||||||
webkitSVN =
|
webkitSVN =
|
||||||
builderDefsPackage ../development/libraries/webkit/svn.nix {
|
builderDefsPackage ../development/libraries/webkit/svn.nix {
|
||||||
inherit (gnome) gtkdoc libsoup;
|
inherit (gnome) gtkdoc libsoup;
|
||||||
inherit (gtkLibs) gtk atk pango glib;
|
inherit gtk atk pango glib;
|
||||||
inherit freetype fontconfig gettext gperf curl
|
inherit freetype fontconfig gettext gperf curl
|
||||||
libjpeg libtiff libxml2 libxslt sqlite
|
libjpeg libtiff libxml2 libxslt sqlite
|
||||||
icu cairo perl intltool automake libtool
|
icu cairo perl intltool automake libtool
|
||||||
@ -4784,21 +4768,18 @@ let
|
|||||||
wxGTK = wxGTK28;
|
wxGTK = wxGTK28;
|
||||||
|
|
||||||
wxGTK28 = callPackage ../development/libraries/wxGTK-2.8 {
|
wxGTK28 = callPackage ../development/libraries/wxGTK-2.8 {
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
inherit (gst_all) gstreamer gstPluginsBase;
|
inherit (gst_all) gstreamer gstPluginsBase;
|
||||||
inherit (gnome) GConf;
|
inherit (gnome) GConf;
|
||||||
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
wxGTK290 = callPackage ../development/libraries/wxGTK-2.9/2.9.0.nix {
|
wxGTK290 = callPackage ../development/libraries/wxGTK-2.9/2.9.0.nix {
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
inherit (gst_all) gstreamer gstPluginsBase;
|
inherit (gst_all) gstreamer gstPluginsBase;
|
||||||
inherit (gnome) GConf;
|
inherit (gnome) GConf;
|
||||||
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
wxGTK291 = callPackage ../development/libraries/wxGTK-2.9/2.9.1.nix {
|
wxGTK291 = callPackage ../development/libraries/wxGTK-2.9/2.9.1.nix {
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
inherit (gst_all) gstreamer gstPluginsBase;
|
inherit (gst_all) gstreamer gstPluginsBase;
|
||||||
inherit (gnome) GConf;
|
inherit (gnome) GConf;
|
||||||
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
||||||
@ -5704,9 +5685,7 @@ let
|
|||||||
|
|
||||||
e1000e = callPackage ../os-specific/linux/e1000e {};
|
e1000e = callPackage ../os-specific/linux/e1000e {};
|
||||||
|
|
||||||
exmap = callPackage ../os-specific/linux/exmap {
|
exmap = callPackage ../os-specific/linux/exmap { };
|
||||||
inherit (gtkLibs) gtkmm;
|
|
||||||
};
|
|
||||||
|
|
||||||
frandom = callPackage ../os-specific/linux/frandom { };
|
frandom = callPackage ../os-specific/linux/frandom { };
|
||||||
|
|
||||||
@ -6091,7 +6070,6 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
wesnoth = callPackage ../games/wesnoth {
|
wesnoth = callPackage ../games/wesnoth {
|
||||||
inherit (gtkLibs) pango;
|
|
||||||
lua = lua5;
|
lua = lua5;
|
||||||
boost = boost147;
|
boost = boost147;
|
||||||
};
|
};
|
||||||
@ -6345,7 +6323,7 @@ let
|
|||||||
gtkspell aspell gettext ncurses avahi dbus dbus_glib python
|
gtkspell aspell gettext ncurses avahi dbus dbus_glib python
|
||||||
libtool automake autoconf;
|
libtool automake autoconf;
|
||||||
GStreamer = gst_all.gstreamer;
|
GStreamer = gst_all.gstreamer;
|
||||||
inherit (gtkLibs) gtk glib;
|
inherit gtk glib;
|
||||||
inherit (gnome) startupnotification GConf ;
|
inherit (gnome) startupnotification GConf ;
|
||||||
inherit (xlibs) libXScrnSaver scrnsaverproto libX11 xproto kbproto;
|
inherit (xlibs) libXScrnSaver scrnsaverproto libX11 xproto kbproto;
|
||||||
};
|
};
|
||||||
@ -6445,10 +6423,7 @@ let
|
|||||||
|
|
||||||
dvdauthor = callPackage ../applications/video/dvdauthor { };
|
dvdauthor = callPackage ../applications/video/dvdauthor { };
|
||||||
|
|
||||||
dvswitch = callPackage ../applications/video/dvswitch {
|
dvswitch = callPackage ../applications/video/dvswitch { };
|
||||||
inherit (gtkLibs) gtkmm;
|
|
||||||
inherit (xlibs) libXau libXdmcp libXv libpthreadstubs pixman;
|
|
||||||
};
|
|
||||||
|
|
||||||
dwm = callPackage ../applications/window-managers/dwm {
|
dwm = callPackage ../applications/window-managers/dwm {
|
||||||
patches = getConfig [ "dwm" "patches" ] [];
|
patches = getConfig [ "dwm" "patches" ] [];
|
||||||
@ -6484,7 +6459,7 @@ let
|
|||||||
# use override to select the appropriate gui toolkit
|
# use override to select the appropriate gui toolkit
|
||||||
libXaw = if stdenv.isDarwin then xlibs.libXaw else null;
|
libXaw = if stdenv.isDarwin then xlibs.libXaw else null;
|
||||||
Xaw3d = null;
|
Xaw3d = null;
|
||||||
gtk = if stdenv.isDarwin then null else gtkLibs.gtk;
|
gtk = if stdenv.isDarwin then null else gtk;
|
||||||
# TODO: these packages don't build on Darwin.
|
# TODO: these packages don't build on Darwin.
|
||||||
gconf = null /* if stdenv.isDarwin then null else gnome.GConf */;
|
gconf = null /* if stdenv.isDarwin then null else gnome.GConf */;
|
||||||
librsvg = null /* if stdenv.isDarwin then null else librsvg */;
|
librsvg = null /* if stdenv.isDarwin then null else librsvg */;
|
||||||
@ -6494,7 +6469,7 @@ let
|
|||||||
# use override to select the appropriate gui toolkit
|
# use override to select the appropriate gui toolkit
|
||||||
libXaw = if stdenv.isDarwin then xlibs.libXaw else null;
|
libXaw = if stdenv.isDarwin then xlibs.libXaw else null;
|
||||||
Xaw3d = null;
|
Xaw3d = null;
|
||||||
gtk = if stdenv.isDarwin then null else gtkLibs.gtk;
|
gtk = if stdenv.isDarwin then null else gtk;
|
||||||
# TODO: these packages don't build on Darwin.
|
# TODO: these packages don't build on Darwin.
|
||||||
gconf = null /* if stdenv.isDarwin then null else gnome.GConf */;
|
gconf = null /* if stdenv.isDarwin then null else gnome.GConf */;
|
||||||
librsvg = if stdenv.isDarwin then null else librsvg;
|
librsvg = if stdenv.isDarwin then null else librsvg;
|
||||||
@ -6597,7 +6572,7 @@ let
|
|||||||
libgnomeui libglade scrollkeeper;
|
libgnomeui libglade scrollkeeper;
|
||||||
});
|
});
|
||||||
|
|
||||||
evolution_data_server = newScope (gnome // gtkLibs) ../servers/evolution-data-server { };
|
evolution_data_server = newScope (gnome) ../servers/evolution-data-server { };
|
||||||
|
|
||||||
exrdisplay = callPackage ../applications/graphics/exrdisplay {
|
exrdisplay = callPackage ../applications/graphics/exrdisplay {
|
||||||
fltk = fltk20;
|
fltk = fltk20;
|
||||||
@ -6650,28 +6625,24 @@ let
|
|||||||
firefoxPkgs = pkgs.firefox100Pkgs;
|
firefoxPkgs = pkgs.firefox100Pkgs;
|
||||||
|
|
||||||
firefox36Pkgs = callPackage ../applications/networking/browsers/firefox/3.6.nix {
|
firefox36Pkgs = callPackage ../applications/networking/browsers/firefox/3.6.nix {
|
||||||
inherit (gtkLibs) gtk pango;
|
|
||||||
inherit (gnome) libIDL;
|
inherit (gnome) libIDL;
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox36Wrapper = wrapFirefox { browser = firefox36Pkgs.firefox; };
|
firefox36Wrapper = wrapFirefox { browser = firefox36Pkgs.firefox; };
|
||||||
|
|
||||||
firefox90Pkgs = callPackage ../applications/networking/browsers/firefox/9.0.nix {
|
firefox90Pkgs = callPackage ../applications/networking/browsers/firefox/9.0.nix {
|
||||||
inherit (gtkLibs) gtk pango;
|
|
||||||
inherit (gnome) libIDL;
|
inherit (gnome) libIDL;
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox90Wrapper = wrapFirefox { browser = firefox90Pkgs.firefox; };
|
firefox90Wrapper = wrapFirefox { browser = firefox90Pkgs.firefox; };
|
||||||
|
|
||||||
firefox100Pkgs = callPackage ../applications/networking/browsers/firefox/10.0.nix {
|
firefox100Pkgs = callPackage ../applications/networking/browsers/firefox/10.0.nix {
|
||||||
inherit (gtkLibs) gtk pango;
|
|
||||||
inherit (gnome) libIDL;
|
inherit (gnome) libIDL;
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox100Wrapper = wrapFirefox { browser = firefox100Pkgs.firefox; };
|
firefox100Wrapper = wrapFirefox { browser = firefox100Pkgs.firefox; };
|
||||||
|
|
||||||
firefox11Pkgs = callPackage ../applications/networking/browsers/firefox/11.0.nix {
|
firefox11Pkgs = callPackage ../applications/networking/browsers/firefox/11.0.nix {
|
||||||
inherit (gtkLibs) gtk pango;
|
|
||||||
inherit (gnome) libIDL;
|
inherit (gnome) libIDL;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -6681,17 +6652,13 @@ let
|
|||||||
|
|
||||||
flashplayer = flashplayer11;
|
flashplayer = flashplayer11;
|
||||||
|
|
||||||
flashplayer9 = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer-9 {
|
flashplayer9 = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer-9 { };
|
||||||
inherit (gtkLibs) atk;
|
|
||||||
};
|
|
||||||
|
|
||||||
flashplayer10 = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer-10 {
|
flashplayer10 = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer-10 {
|
||||||
inherit (gtkLibs) atk gdk_pixbuf;
|
|
||||||
debug = getConfig ["flashplayer" "debug"] false;
|
debug = getConfig ["flashplayer" "debug"] false;
|
||||||
};
|
};
|
||||||
|
|
||||||
flashplayer11 = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer-11 {
|
flashplayer11 = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer-11 {
|
||||||
inherit (gtkLibs) atk gdk_pixbuf;
|
|
||||||
debug = getConfig ["flashplayer" "debug"] false;
|
debug = getConfig ["flashplayer" "debug"] false;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -6736,13 +6703,11 @@ let
|
|||||||
gitSVN = gitAndTools.gitSVN;
|
gitSVN = gitAndTools.gitSVN;
|
||||||
|
|
||||||
giv = callPackage ../applications/graphics/giv {
|
giv = callPackage ../applications/graphics/giv {
|
||||||
inherit (gtkLibs) gdk_pixbuf gtk;
|
|
||||||
pcre = pcre.override { unicodeSupport = true; };
|
pcre = pcre.override { unicodeSupport = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
gnucash = callPackage ../applications/office/gnucash {
|
gnucash = callPackage ../applications/office/gnucash {
|
||||||
inherit (gnome) gtk glib libgnomeui libgtkhtml gtkhtml
|
inherit (gnome) libgnomeui libgtkhtml gtkhtml libbonoboui libgnomeprint;
|
||||||
libbonoboui libgnomeprint;
|
|
||||||
gconf = gnome.GConf;
|
gconf = gnome.GConf;
|
||||||
guile = guile_1_8;
|
guile = guile_1_8;
|
||||||
slibGuile = slibGuile.override { scheme = guile_1_8; };
|
slibGuile = slibGuile.override { scheme = guile_1_8; };
|
||||||
@ -6783,7 +6748,6 @@ let
|
|||||||
gocr = callPackage ../applications/graphics/gocr { };
|
gocr = callPackage ../applications/graphics/gocr { };
|
||||||
|
|
||||||
gobby5 = callPackage ../applications/editors/gobby {
|
gobby5 = callPackage ../applications/editors/gobby {
|
||||||
inherit (gtkLibs) gtkmm;
|
|
||||||
inherit (gnome) gtksourceview;
|
inherit (gnome) gtksourceview;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -6823,7 +6787,6 @@ let
|
|||||||
|
|
||||||
gmtk = callPackage ../applications/networking/browsers/mozilla-plugins/gmtk {
|
gmtk = callPackage ../applications/networking/browsers/mozilla-plugins/gmtk {
|
||||||
inherit (gnome) GConf;
|
inherit (gnome) GConf;
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
googleearth = callPackage_i686 ../applications/misc/googleearth { };
|
googleearth = callPackage_i686 ../applications/misc/googleearth { };
|
||||||
@ -6833,8 +6796,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
gosmore = builderDefsPackage ../applications/misc/gosmore {
|
gosmore = builderDefsPackage ../applications/misc/gosmore {
|
||||||
inherit fetchsvn curl pkgconfig libxml2;
|
inherit fetchsvn curl pkgconfig libxml2 gtk;
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gpsbabel = callPackage ../applications/misc/gpsbabel { };
|
gpsbabel = callPackage ../applications/misc/gpsbabel { };
|
||||||
@ -6909,7 +6871,6 @@ let
|
|||||||
|
|
||||||
inkscape = callPackage ../applications/graphics/inkscape {
|
inkscape = callPackage ../applications/graphics/inkscape {
|
||||||
inherit (pythonPackages) lxml;
|
inherit (pythonPackages) lxml;
|
||||||
inherit (gtkLibs) gtk glib glibmm gtkmm;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ion3 = callPackage ../applications/window-managers/ion-3 {
|
ion3 = callPackage ../applications/window-managers/ion-3 {
|
||||||
@ -6952,9 +6913,7 @@ let
|
|||||||
|
|
||||||
larswm = callPackage ../applications/window-managers/larswm { };
|
larswm = callPackage ../applications/window-managers/larswm { };
|
||||||
|
|
||||||
lash = callPackage ../applications/audio/lash {
|
lash = callPackage ../applications/audio/lash { };
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
};
|
|
||||||
|
|
||||||
ladspaH = callPackage ../applications/audio/ladspa-plugins/ladspah.nix { };
|
ladspaH = callPackage ../applications/audio/ladspa-plugins/ladspah.nix { };
|
||||||
|
|
||||||
@ -7030,7 +6989,7 @@ let
|
|||||||
inherit imagemagick intltool python pkgconfig webkit libxml2
|
inherit imagemagick intltool python pkgconfig webkit libxml2
|
||||||
which gettext makeWrapper file libidn sqlite docutils libnotify
|
which gettext makeWrapper file libidn sqlite docutils libnotify
|
||||||
vala dbus_glib;
|
vala dbus_glib;
|
||||||
inherit (gtkLibs) gtk glib;
|
inherit gtk glib;
|
||||||
inherit (gnome) gtksourceview;
|
inherit (gnome) gtksourceview;
|
||||||
inherit (webkit.passthru.args) libsoup;
|
inherit (webkit.passthru.args) libsoup;
|
||||||
inherit (xlibs) kbproto xproto libXScrnSaver scrnsaverproto;
|
inherit (xlibs) kbproto xproto libXScrnSaver scrnsaverproto;
|
||||||
@ -7043,7 +7002,7 @@ let
|
|||||||
mmex = callPackage ../applications/office/mmex { };
|
mmex = callPackage ../applications/office/mmex { };
|
||||||
|
|
||||||
monodevelop = callPackage ../applications/editors/monodevelop {
|
monodevelop = callPackage ../applications/editors/monodevelop {
|
||||||
inherit (gnome) gnome_vfs libbonobo libglade libgnome GConf glib gtk;
|
inherit (gnome) gnome_vfs libbonobo libglade libgnome GConf;
|
||||||
mozilla = firefox;
|
mozilla = firefox;
|
||||||
gtksharp = gtksharp2;
|
gtksharp = gtksharp2;
|
||||||
};
|
};
|
||||||
@ -7057,9 +7016,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
monotoneViz = builderDefsPackage (import ../applications/version-management/monotone-viz/mtn-head.nix) {
|
monotoneViz = builderDefsPackage (import ../applications/version-management/monotone-viz/mtn-head.nix) {
|
||||||
inherit ocaml graphviz pkgconfig autoconf automake libtool;
|
inherit ocaml graphviz pkgconfig autoconf automake libtool glib gtk;
|
||||||
inherit (ocamlPackages) lablgtk;
|
inherit (ocamlPackages) lablgtk;
|
||||||
inherit (gnome) gtk libgnomecanvas glib;
|
inherit (gnome) libgnomecanvas;
|
||||||
};
|
};
|
||||||
|
|
||||||
mozilla = callPackage ../applications/networking/browsers/mozilla {
|
mozilla = callPackage ../applications/networking/browsers/mozilla {
|
||||||
@ -7094,7 +7053,7 @@ let
|
|||||||
mrxvt = callPackage ../applications/misc/mrxvt { };
|
mrxvt = callPackage ../applications/misc/mrxvt { };
|
||||||
|
|
||||||
multisync = callPackage ../applications/misc/multisync {
|
multisync = callPackage ../applications/misc/multisync {
|
||||||
inherit (gnome) gtk glib ORBit2 libbonobo libgnomeui GConf;
|
inherit (gnome) ORBit2 libbonobo libgnomeui GConf;
|
||||||
};
|
};
|
||||||
|
|
||||||
mumble = callPackage ../applications/networking/mumble {
|
mumble = callPackage ../applications/networking/mumble {
|
||||||
@ -7173,7 +7132,6 @@ let
|
|||||||
openscad = callPackage ../applications/graphics/openscad {};
|
openscad = callPackage ../applications/graphics/openscad {};
|
||||||
|
|
||||||
opera = callPackage ../applications/networking/browsers/opera {
|
opera = callPackage ../applications/networking/browsers/opera {
|
||||||
inherit (pkgs.gtkLibs) gdk_pixbuf atk;
|
|
||||||
inherit (pkgs.kde4) kdelibs;
|
inherit (pkgs.kde4) kdelibs;
|
||||||
inherit (pkgs.gst_all) gstreamer gstPluginsBase;
|
inherit (pkgs.gst_all) gstreamer gstPluginsBase;
|
||||||
};
|
};
|
||||||
@ -7185,7 +7143,6 @@ let
|
|||||||
panotools = callPackage ../applications/graphics/panotools { };
|
panotools = callPackage ../applications/graphics/panotools { };
|
||||||
|
|
||||||
pavucontrol = callPackage ../applications/audio/pavucontrol {
|
pavucontrol = callPackage ../applications/audio/pavucontrol {
|
||||||
inherit (gtkLibs) gtkmm;
|
|
||||||
inherit (gnome) libglademm;
|
inherit (gnome) libglademm;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -7209,8 +7166,7 @@ let
|
|||||||
pidginlatexSF = builderDefsPackage
|
pidginlatexSF = builderDefsPackage
|
||||||
(import ../applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/pidgin-latex-sf.nix)
|
(import ../applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/pidgin-latex-sf.nix)
|
||||||
{
|
{
|
||||||
inherit pkgconfig pidgin texLive imagemagick which;
|
inherit pkgconfig pidgin texLive imagemagick which glib gtk;
|
||||||
inherit (gtkLibs) glib gtk;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pidginmsnpecan = callPackage ../applications/networking/instant-messengers/pidgin-plugins/msn-pecan { };
|
pidginmsnpecan = callPackage ../applications/networking/instant-messengers/pidgin-plugins/msn-pecan { };
|
||||||
@ -7233,10 +7189,7 @@ let
|
|||||||
|
|
||||||
pstree = callPackage ../applications/misc/pstree { };
|
pstree = callPackage ../applications/misc/pstree { };
|
||||||
|
|
||||||
puredata = callPackage ../applications/audio/puredata {
|
puredata = callPackage ../applications/audio/puredata { };
|
||||||
inherit (gtkLibs) glib;
|
|
||||||
inherit (xlibs) libX11;
|
|
||||||
};
|
|
||||||
|
|
||||||
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
|
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
|
||||||
|
|
||||||
@ -7250,9 +7203,7 @@ let
|
|||||||
|
|
||||||
qtpfsgui = callPackage ../applications/graphics/qtpfsgui { };
|
qtpfsgui = callPackage ../applications/graphics/qtpfsgui { };
|
||||||
|
|
||||||
qtractor = callPackage ../applications/audio/qtractor {
|
qtractor = callPackage ../applications/audio/qtractor { };
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
};
|
|
||||||
|
|
||||||
rakarrack = callPackage ../applications/audio/rakarrack {
|
rakarrack = callPackage ../applications/audio/rakarrack {
|
||||||
inherit (xorg) libXpm libXft;
|
inherit (xorg) libXpm libXft;
|
||||||
@ -7263,16 +7214,13 @@ let
|
|||||||
|
|
||||||
ratpoison = callPackage ../applications/window-managers/ratpoison { };
|
ratpoison = callPackage ../applications/window-managers/ratpoison { };
|
||||||
|
|
||||||
rawtherapee = callPackage ../applications/graphics/rawtherapee {
|
rawtherapee = callPackage ../applications/graphics/rawtherapee { };
|
||||||
inherit (gtkLibs) gtk gtkmm;
|
|
||||||
};
|
|
||||||
|
|
||||||
rcs = callPackage ../applications/version-management/rcs { };
|
rcs = callPackage ../applications/version-management/rcs { };
|
||||||
|
|
||||||
rdesktop = callPackage ../applications/networking/remote/rdesktop { };
|
rdesktop = callPackage ../applications/networking/remote/rdesktop { };
|
||||||
|
|
||||||
RealPlayer = callPackage ../applications/video/RealPlayer {
|
RealPlayer = callPackage ../applications/video/RealPlayer {
|
||||||
inherit (gtkLibs) glib pango atk gtk;
|
|
||||||
libstdcpp5 = gcc33.gcc;
|
libstdcpp5 = gcc33.gcc;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -7313,9 +7261,7 @@ let
|
|||||||
wxGTK = wxGTK28.override { unicode = false; };
|
wxGTK = wxGTK28.override { unicode = false; };
|
||||||
};
|
};
|
||||||
|
|
||||||
seq24 = callPackage ../applications/audio/seq24 {
|
seq24 = callPackage ../applications/audio/seq24 { };
|
||||||
inherit (gtkLibs) gtkmm;
|
|
||||||
};
|
|
||||||
|
|
||||||
siproxd = callPackage ../applications/networking/siproxd { };
|
siproxd = callPackage ../applications/networking/siproxd { };
|
||||||
|
|
||||||
@ -7331,7 +7277,7 @@ let
|
|||||||
inherit fetchurl stdenv stringsWithDeps lib fftw;
|
inherit fetchurl stdenv stringsWithDeps lib fftw;
|
||||||
inherit pkgconfig gmp gettext;
|
inherit pkgconfig gmp gettext;
|
||||||
inherit (xlibs) libXpm libX11;
|
inherit (xlibs) libXpm libX11;
|
||||||
inherit (gtkLibs) gtk glib;
|
inherit gtk glib;
|
||||||
};
|
};
|
||||||
|
|
||||||
snd = sndBase.passthru.function {
|
snd = sndBase.passthru.function {
|
||||||
@ -7382,7 +7328,6 @@ let
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
surf = callPackage ../applications/misc/surf {
|
surf = callPackage ../applications/misc/surf {
|
||||||
inherit (gtkLibs) gtk glib;
|
|
||||||
libsoup = gnome.libsoup;
|
libsoup = gnome.libsoup;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -7448,9 +7393,7 @@ let
|
|||||||
|
|
||||||
transmission = callPackage ../applications/networking/p2p/transmission { };
|
transmission = callPackage ../applications/networking/p2p/transmission { };
|
||||||
|
|
||||||
trayer = callPackage ../applications/window-managers/trayer {
|
trayer = callPackage ../applications/window-managers/trayer { };
|
||||||
inherit (gtkLibs) gdk_pixbuf;
|
|
||||||
};
|
|
||||||
|
|
||||||
tree = callPackage ../tools/system/tree { };
|
tree = callPackage ../tools/system/tree { };
|
||||||
|
|
||||||
@ -7473,7 +7416,7 @@ let
|
|||||||
|
|
||||||
uzbl = builderDefsPackage (import ../applications/networking/browsers/uzbl) {
|
uzbl = builderDefsPackage (import ../applications/networking/browsers/uzbl) {
|
||||||
inherit pkgconfig webkit makeWrapper glib_networking;
|
inherit pkgconfig webkit makeWrapper glib_networking;
|
||||||
inherit (gtkLibs) gtk glib;
|
inherit gtk glib;
|
||||||
inherit (xlibs) libX11 kbproto;
|
inherit (xlibs) libX11 kbproto;
|
||||||
inherit (gnome) libsoup;
|
inherit (gnome) libsoup;
|
||||||
};
|
};
|
||||||
@ -7500,7 +7443,7 @@ let
|
|||||||
getConfig;
|
getConfig;
|
||||||
inherit (pkgs.xlibs) libX11 libXext libSM libXpm
|
inherit (pkgs.xlibs) libX11 libXext libSM libXpm
|
||||||
libXt libXaw libXau libXmu libICE;
|
libXt libXaw libXau libXmu libICE;
|
||||||
inherit (pkgs.gtkLibs) glib gtk;
|
inherit (pkgs) glib gtk;
|
||||||
features = "huge"; # one of tiny, small, normal, big or huge
|
features = "huge"; # one of tiny, small, normal, big or huge
|
||||||
# optional features by passing
|
# optional features by passing
|
||||||
# python
|
# python
|
||||||
@ -7623,7 +7566,6 @@ let
|
|||||||
|
|
||||||
xneur = callPackage ../applications/misc/xneur {
|
xneur = callPackage ../applications/misc/xneur {
|
||||||
GStreamer=gst_all.gstreamer;
|
GStreamer=gst_all.gstreamer;
|
||||||
inherit (gtkLibs) glib gtk pango atk gdk_pixbuf;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xneur_0_8 = callPackage ../applications/misc/xneur/0.8.nix {
|
xneur_0_8 = callPackage ../applications/misc/xneur/0.8.nix {
|
||||||
@ -7631,9 +7573,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
xournal = callPackage ../applications/graphics/xournal {
|
xournal = callPackage ../applications/graphics/xournal {
|
||||||
inherit (gtkLibs) gtk atk pango glib;
|
inherit (gnome) libgnomeprint libgnomeprintui libgnomecanvas;
|
||||||
inherit (gnome) libgnomeprint libgnomeprintui
|
|
||||||
libgnomecanvas;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xpdf = callPackage ../applications/misc/xpdf {
|
xpdf = callPackage ../applications/misc/xpdf {
|
||||||
@ -7652,9 +7592,7 @@ let
|
|||||||
inherit (gnome) libglade;
|
inherit (gnome) libglade;
|
||||||
};
|
};
|
||||||
|
|
||||||
xsynth_dssi = callPackage ../applications/audio/xsynth-dssi {
|
xsynth_dssi = callPackage ../applications/audio/xsynth-dssi { };
|
||||||
inherit (gtkLibs) gtk;
|
|
||||||
};
|
|
||||||
|
|
||||||
xterm = callPackage ../applications/misc/xterm { };
|
xterm = callPackage ../applications/misc/xterm { };
|
||||||
|
|
||||||
@ -7779,7 +7717,6 @@ let
|
|||||||
|
|
||||||
gparted = callPackage ../tools/misc/gparted {
|
gparted = callPackage ../tools/misc/gparted {
|
||||||
parted = parted_2_3;
|
parted = parted_2_3;
|
||||||
inherit (gtkLibs) gtk glib gtkmm;
|
|
||||||
inherit (gnome) gnomedocutils;
|
inherit (gnome) gnomedocutils;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -7846,8 +7783,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
sgtpuzzles = builderDefsPackage (import ../games/sgt-puzzles) {
|
sgtpuzzles = builderDefsPackage (import ../games/sgt-puzzles) {
|
||||||
inherit (gtkLibs) gtk;
|
inherit pkgconfig fetchsvn perl gtk;
|
||||||
inherit pkgconfig fetchsvn perl;
|
|
||||||
inherit (xlibs) libX11;
|
inherit (xlibs) libX11;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -8056,15 +7992,11 @@ let
|
|||||||
|
|
||||||
kile = callPackage ../applications/editors/kile { };
|
kile = callPackage ../applications/editors/kile { };
|
||||||
|
|
||||||
kmplayer = callPackage ../applications/video/kmplayer {
|
kmplayer = callPackage ../applications/video/kmplayer { };
|
||||||
inherit (pkgs.gtkLibs) pango;
|
|
||||||
};
|
|
||||||
|
|
||||||
kmymoney = callPackage ../applications/office/kmymoney { };
|
kmymoney = callPackage ../applications/office/kmymoney { };
|
||||||
|
|
||||||
kipi_plugins = callPackage ../applications/graphics/kipi-plugins {
|
kipi_plugins = callPackage ../applications/graphics/kipi-plugins { };
|
||||||
inherit (pkgs.gtkLibs) gdk_pixbuf;
|
|
||||||
};
|
|
||||||
|
|
||||||
koffice = callPackage ../applications/office/koffice {
|
koffice = callPackage ../applications/office/koffice {
|
||||||
boost = boost147;
|
boost = boost147;
|
||||||
@ -8096,9 +8028,7 @@ let
|
|||||||
|
|
||||||
polkit_kde_agent = callPackage ../tools/security/polkit-kde-agent { };
|
polkit_kde_agent = callPackage ../tools/security/polkit-kde-agent { };
|
||||||
|
|
||||||
psi = callPackage ../applications/networking/instant-messengers/psi {
|
psi = callPackage ../applications/networking/instant-messengers/psi { };
|
||||||
inherit (gtkLibs) glib;
|
|
||||||
};
|
|
||||||
|
|
||||||
quassel = callPackage ../applications/networking/irc/quassel { };
|
quassel = callPackage ../applications/networking/irc/quassel { };
|
||||||
|
|
||||||
@ -8134,9 +8064,7 @@ let
|
|||||||
xf86vidmodeproto;
|
xf86vidmodeproto;
|
||||||
};
|
};
|
||||||
|
|
||||||
oxygen_gtk = callPackage ../misc/themes/gtk2/oxygen-gtk {
|
oxygen_gtk = callPackage ../misc/themes/gtk2/oxygen-gtk { };
|
||||||
inherit (gtkLibs) glib gtk;
|
|
||||||
};
|
|
||||||
|
|
||||||
xfce = xfce48;
|
xfce = xfce48;
|
||||||
|
|
||||||
@ -8151,9 +8079,7 @@ let
|
|||||||
|
|
||||||
### SCIENCE
|
### SCIENCE
|
||||||
|
|
||||||
xplanet = callPackage ../applications/science/astronomy/xplanet {
|
xplanet = callPackage ../applications/science/astronomy/xplanet { };
|
||||||
inherit (gtkLibs) pango;
|
|
||||||
};
|
|
||||||
|
|
||||||
gravit = callPackage ../applications/science/astronomy/gravit { };
|
gravit = callPackage ../applications/science/astronomy/gravit { };
|
||||||
|
|
||||||
@ -8370,8 +8296,7 @@ let
|
|||||||
|
|
||||||
dpkg = callPackage ../tools/package-management/dpkg { };
|
dpkg = callPackage ../tools/package-management/dpkg { };
|
||||||
|
|
||||||
ekiga = newScope (pkgs.gtkLibs // pkgs.gnome)
|
ekiga = newScope pkgs.gnome ../applications/networking/instant-messengers/ekiga { };
|
||||||
../applications/networking/instant-messengers/ekiga { };
|
|
||||||
|
|
||||||
electricsheep = callPackage ../misc/screensavers/electricsheep { };
|
electricsheep = callPackage ../misc/screensavers/electricsheep { };
|
||||||
|
|
||||||
@ -8424,7 +8349,6 @@ let
|
|||||||
lazylist = callPackage ../tools/typesetting/tex/lazylist { };
|
lazylist = callPackage ../tools/typesetting/tex/lazylist { };
|
||||||
|
|
||||||
lilypond = callPackage ../misc/lilypond {
|
lilypond = callPackage ../misc/lilypond {
|
||||||
inherit (gtkLibs) pango;
|
|
||||||
guile = guile_1_8;
|
guile = guile_1_8;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user