Hi, I am trying to create package definition for some specific package and it uses meson for build. When I try to guix build the package, it fails with
meson.build:1:0: ERROR: Meson version is 0.53.2 but project requires >= 0.54 I find meson later than 0.53.2 in guix already, but how in package definition to specify to use a particular meson version? Thanks
