package glib { description = "the GNU library of miscellaneous stuff"; website = "https://developer.gnome.org/glib"; anitya = 10024; version# = "2.89.1"; source = remoteGit { url = "https://gitlab.gnome.org/GNOME/glib.git"; tag = version; checksum = "9_6Eew2KIwa1AHopjU7CqC13_nur5FPJMu-iGUd7sD_1gAM1pa_HVUuAtqExJoYU"; }; files = { "/etc/machine-id": "stub-machine-id-fhs"; "/system/var/lib/dbus/machine-id": "stub-machine-id"; }; exec = meson { setup = { "Ddefault_library": "both"; }; // fails with ipv6 disabled skipTests = [ "gio" ]; }; inputs = [ python-packaging, bash, pcre2, libffi, zlib, ]; runtime = [ pcre2, libffi, zlib, ]; }