Catonano <caton...@gmail.com> skribis: > In G-golf ( https://git.savannah.gnu.org/cgit/g-golf.git ) in the > > g-golf/init.scm > > file, there's this line > > (define %libgirepository (dynamic-link "libgirepository-1.0"))
If you’re writing a package for G-Golf, the solution is to substitute "libgirepository-1.0" with its absolute file name. There are several examples of that in (gnu packages guile). HTH! Ludo’.