Building Valum on Nix with GNOME 43 fails: ``` ../src/valum/valum-router.vala:50.30-50.49: error: Invalid regular expression `//(?:\.?[\w-\s\/@+~])+'. 50 | register_type ("path", /(?:\.?[\w-\s\/@+~])+/); | ^~~~~~~~~~~~~~~~~~~~ ``` Likely due to GLib switching to PCRE 2: https://gitlab.gnome.org/GNOME/glib/-/issues/2706
Building Valum on Nix with GNOME 43 fails:
Likely due to GLib switching to PCRE 2: https://gitlab.gnome.org/GNOME/glib/-/issues/2706