18 stdenv.mkDerivation rec {
29 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
30 sha256 = "t5zgzEsMZtnFS8Ihg6EOVwmgAR0q8nICWUjvyrM6Pk8=";
49 NIX_CFLAGS_COMPILE = [
50 "-Wno-error=deprecated-declarations"
60 updateScript = gnome.updateScript {
62 versionPolicy = "odd-unstable";
67 homepage = "http://gupnp.org/";
68 description = "Collection of helpers for building AV (audio/video) applications using GUPnP";
69 license = licenses.lgpl2Plus;
70 platforms = platforms.unix;