Removed old dbus_qt3

svn path=/nixpkgs/trunk/; revision=8790
This commit is contained in:
Wouter den Breejen 2007-05-28 15:00:43 +00:00
parent 50a3e58c2d
commit 9700781f4e

View File

@ -1256,13 +1256,6 @@ rec {
inherit fetchurl stdenv pkgconfig expat;
};
dbus1_qt3 = import ../development/libraries/dbus/dbus_qt3.nix {
inherit fetchurl stdenv pkgconfig;
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto libXmu libXinerama xineramaproto libXcursor;
inherit (xlibs) libX11 libXext;
inherit zlib libjpeg perl qt3 dbus1 libpng;
};
dbus_glib = import ../development/libraries/dbus-glib {
inherit fetchurl stdenv pkgconfig gettext dbus expat;
inherit (gtkLibs) glib;