mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gssdp-0.12.1
svn path=/nixpkgs/trunk/; revision=33037
This commit is contained in:
parent
c6ac45f832
commit
f4e2b7c144
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
{stdenv, fetchurl, pkgconfig, libsoup, glib, libxml2}:
|
{stdenv, fetchurl, pkgconfig, libsoup, glib, libxml2}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gssdp-0.6.1";
|
name = "gssdp-0.12.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.gupnp.org/sources/gssdp/gssdp-0.6.1.tar.gz;
|
url = mirror://gnome/sources/gssdp/0.12/gssdp-0.12.1.tar.xz;
|
||||||
sha256 = "1mla3s0p4vabrn4m7il02f1d1ily3712fjw4k9l3x89rqyi2qh7f";
|
sha256 = "0irkbzaj9raais6zdnbj3ysjkmdqhmdvfn0p1sz6x0s9ab6b9b0n";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig libsoup glib libxml2];
|
buildInputs = [pkgconfig libsoup glib libxml2];
|
||||||
|
@ -13,5 +14,6 @@ stdenv.mkDerivation {
|
||||||
description = "A GObject-based API for handling resource discovery and announcement over SSDP.";
|
description = "A GObject-based API for handling resource discovery and announcement over SSDP.";
|
||||||
homepage = http://www.gupnp.org/;
|
homepage = http://www.gupnp.org/;
|
||||||
license = "LGPL v2";
|
license = "LGPL v2";
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue