Package 'mount', required by 'gio-2.0', not found
Package mount was not found in the pkg-config search path.
Perhaps you should add the directory containing `mount.pc'
to the PKG_CONFIG_PATH environment variable
I was searching nixpkgs for this library, but could not find it. Does anyone know the name of it?
Usually it’s known by the name of libmount-dev.
Is there a similar utility, but for finding packages by C symbols they expose? For example, I have libepoxy.dev installed, but I’m still missing symbols, such as epoxy_eglDestroyContext. Or should I just find the C library with these through search engine and use nix-locate to find the name of that library on NixOS?