18 stdenv.mkDerivation rec {
29 url = "mirror://gnome/sources/gupnp/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
30 hash = "sha256-cKADzr1oV3KT+z5q9J/5AiA7+HaLL8XWUd3B8PoeEek=";
46 propagatedBuildInputs = [
60 # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
61 moveToOutput "share/doc" "$devdoc"
65 updateScript = gnome.updateScript {
66 attrPath = "gupnp_1_6";
72 homepage = "http://www.gupnp.org/";
73 description = "Implementation of the UPnP specification";
74 mainProgram = "gupnp-binding-tool-1.6";
75 license = licenses.lgpl2Plus;
76 platforms = platforms.linux;