add gssdp and gupnp, some Universal Plug and Play thingies
svn path=/nixpkgs/trunk/; revision=12149
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gupnp-0.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.gupnp.org/sources/gupnp/gupnp-0.12.tar.gz;
|
||||
sha256 = "1sm1rqvx752nb3j1yl7h30kx2ymndkji8m73fxshjssmc6z40ayg";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig glib libxml2 gssdp libsoup e2fsprogs
|
||||
#dbus.libs dbus_glib gtk glib
|
||||
];
|
||||
|
||||
#configureFlags="";
|
||||
}
|
||||
Reference in New Issue
Block a user