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