help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What to do if headers are not found


From: Andreas Enge
Subject: Re: What to do if headers are not found
Date: Sun, 3 Jul 2022 22:51:57 +0200

Am Sun, Jul 03, 2022 at 03:40:22PM -0500 schrieb Nathan Dehnel:
> That didn't work, unfortunately.

If you try "guix build util-linux", you will see that there are three
outputs. The header files are in the lib output, so you need to add
    (inputs
      `(("util-linux" ,util-linux "lib")))
(And maybe something different with the new syntax, but it works this way.)
Then it passes this hurdle, and complains about a missing dbus package next.

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]