11 stdenv.mkDerivation rec {
16 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
17 sha256 = "tVxGA3282rxc7js4nqEcw5EK22jr6IPpR3hHqmYIYuc=";
35 updateScript = gnome.updateScript {
37 versionPolicy = "none";
42 description = "Common build files of GLib/GTK C++ bindings";
44 The mm-common module provides the build infrastructure and utilities
45 shared among the GNOME C++ binding libraries. It is only a required
46 dependency for building the C++ bindings from the gnome.org version
47 control repository. An installation of mm-common is not required for
48 building tarball releases, unless configured to use maintainer-mode.
50 homepage = "https://www.gtkmm.org";
51 license = licenses.gpl2Plus;
52 maintainers = teams.gnome.members;
53 platforms = platforms.linux;