18 stdenv.mkDerivation rec {
19 pname = "gupnp-tools";
23 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
24 sha256 = "U8+TEj85fo+PC46eQ2TIanUCpTNPTAvi4FSoJEeL1bo=";
45 # TODO: can be dropped on next update
46 NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
49 updateScript = gnome.updateScript {
51 versionPolicy = "odd-unstable";
56 description = "Set of utilities and demos to work with UPnP";
57 homepage = "https://gitlab.gnome.org/GNOME/gupnp-tools";
58 license = licenses.gpl2Plus;
59 maintainers = teams.gnome.members;
60 platforms = platforms.unix;