add gssdp and gupnp here too

svn path=/nixpkgs/trunk/; revision=12152
This commit is contained in:
Armijn Hemel 2008-06-18 19:40:56 +00:00
parent 0042a38689
commit f8465d0d48
1 changed files with 12 additions and 0 deletions

View File

@ -674,11 +674,23 @@ let pkgs = rec {
inherit fetchurl stdenv autoconf automake;
};
gssdp = import ../development/libraries/gssdp {
inherit fetchurl stdenv pkgconfig libxml2;
inherit (gtkLibs) glib;
inherit (gnome) libsoup;
};
gtkgnutella = import ../tools/networking/p2p/gtk-gnutella {
inherit fetchurl stdenv pkgconfig libxml2;
inherit (gtkLibs) glib gtk;
};
gupnp = import ../development/libraries/gupnp {
inherit fetchurl stdenv pkgconfig libxml2 gssdp e2fsprogs;
inherit (gtkLibs) glib;
inherit (gnome) libsoup;
};
gzip = useFromStdenv "gzip"
(import ../tools/compression/gzip {
inherit fetchurl stdenv;