Hello, Tobias Dausend <t.daus...@openmails.org> skribis:
> I wanted to tryout compiling Vice as C64-emulator, but got finally an > error message about "glib-compile-resources" being missed out. Has > anybody more clues for me what to do about this? Hopefully you found out in the meantime, but in any case, this binary is in the “bin” output of glib. Thus, you need to add the “bin” output of glib to your package’s dependencies, like so: (native-inputs `(("glib:bin" ,glib "bin") …)) HTH! Ludo’.