gupnp-igd: 0.2.1 -> 0.2.4
This commit is contained in:
parent
29fb4c4dc0
commit
68ba5ae1ef
@ -1,21 +1,22 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, gupnp, python, pygobject }:
|
{ stdenv, fetchurl, pkgconfig, glib, gupnp }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gupnp-igd-0.2.1";
|
name = "gupnp-igd-${version}";
|
||||||
|
majorVersion = "0.2";
|
||||||
|
version = "${majorVersion}.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://launchpad.net/ubuntu/+archive/primary/+files/gupnp-igd_0.2.1.orig.tar.gz;
|
url = "mirror://gnome/sources/gupnp-igd/${majorVersion}/${name}.tar.xz";
|
||||||
sha256 = "18ia8l24hbylz3dnbg2jf848bmbx0hjkq4fkwzzfn57z021f0fh2";
|
sha256 = "38c4a6d7718d17eac17df95a3a8c337677eda77e58978129ad3182d769c38e44";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ gupnp ];
|
|
||||||
|
|
||||||
buildInputs = [ glib python pygobject ];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
propagatedBuildInputs = [ glib gupnp ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gupnp.org/;
|
homepage = http://www.gupnp.org/;
|
||||||
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user