add gssdp and gupnp here too
svn path=/nixpkgs/trunk/; revision=12152
This commit is contained in:
parent
0042a38689
commit
f8465d0d48
|
@ -674,11 +674,23 @@ let pkgs = rec {
|
||||||
inherit fetchurl stdenv autoconf automake;
|
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 {
|
gtkgnutella = import ../tools/networking/p2p/gtk-gnutella {
|
||||||
inherit fetchurl stdenv pkgconfig libxml2;
|
inherit fetchurl stdenv pkgconfig libxml2;
|
||||||
inherit (gtkLibs) glib gtk;
|
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"
|
gzip = useFromStdenv "gzip"
|
||||||
(import ../tools/compression/gzip {
|
(import ../tools/compression/gzip {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
|
Loading…
Reference in New Issue