5 , gobject-introspection
16 stdenv.mkDerivation rec {
17 pname = "libgnome-games-support";
21 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
22 sha256 = "KENGBKewOHMawCMXMTiP8QT1ZbsjMMwk54zaBM/T730=";
38 propagatedBuildInputs = [
39 # Required by libgnome-games-support-1.pc
46 updateScript = gnome.updateScript {
48 versionPolicy = "odd-unstable";
54 description = "Small library intended for internal use by GNOME Games, but it may be used by others";
55 homepage = "https://wiki.gnome.org/Apps/Games";
56 license = licenses.lgpl3;
57 maintainers = teams.gnome.members;
58 platforms = platforms.unix;