Benjamin Slade <beo...@gmail.com> writes:

> Hi Guix,
>
> I'm trying to build the Zutty terminal emulator on Guix and, no matter
> whether I include `libxmu` as an input, native input, or propagated
> input, the `waf-build` seems to report that 'xmu' cannot be
> found. (See partial .drv output below:)
>

You can add 'libxt' to inputs, run 'pkg-config --cflags libxmu' will
report 'xt' is missing if not.  I'll send a patch to add libxt to
libxmu's 'propagated-inputs' later, usually those kind of indirect
dependencies are handled this way.

Reply via email to