Trying to build G-golf in GuixSD This is how I'm creating an environment
guix environment --ad-hoc autoconf automake pkg-config guile and this is the result of configure ./configure: line 2497: PKG_PROG_PKG_CONFIG: command not found ./configure: line 2520: syntax error near unexpected token `guile-$v,' ./configure: line 2520: ` PKG_CHECK_EXISTS(guile-$v, GUILE_EFFECTIVE_VERSION=$v, )' How is my environment has to be done in order to successfully build G-golf ? Thanks