I am trying to install mu4e on nixos using the instructions here. When I get to the step to run ./configure
, I get the error message
configure: error: Package requirements (glib-2.0 >= 2.50 gobject-2.0 gio-2.0) were not met:
No package 'glib-2.0' found
No package 'gobject-2.0' found
No package 'gio-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I made sure to install the nixos.glib
package, but the error still persists. The version of glib installed by nix is 2.68.2, is this the issue? If so, how would I install 2.0?
Thanks in advance!