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