6 , gobject-introspection
17 stdenv.mkDerivation rec {
18 pname = "libgnome-games-support";
22 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
23 sha256 = "U4Ifb+Mu3cue7zMk9kaqrIPMbT3gk339XyZkcNRT0qQ=";
39 propagatedBuildInputs = [
40 # Required by libgnome-games-support-2.pc
47 updateScript = gnome.updateScript {
49 attrPath = "${pname}_2_0";
50 versionPolicy = "odd-unstable";
55 description = "Small library intended for internal use by GNOME Games, but it may be used by others";
56 homepage = "https://wiki.gnome.org/Apps/Games";
57 license = licenses.lgpl3Plus;
58 maintainers = teams.gnome.members;
59 platforms = platforms.unix;