all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Question about glib
@ 2019-06-13 18:59 Tobias Dausend
  2019-07-12 21:08 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Dausend @ 2019-06-13 18:59 UTC (permalink / raw)
  To: help-guix

Hello together,

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?

Thanks!

Best regards,
Tobias.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Question about glib
  2019-06-13 18:59 Question about glib Tobias Dausend
@ 2019-07-12 21:08 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-07-12 21:08 UTC (permalink / raw)
  To: Tobias Dausend; +Cc: help-guix

Hello,

Tobias Dausend <t.dausend@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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-12 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-13 18:59 Question about glib Tobias Dausend
2019-07-12 21:08 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.