Re: What to do if headers are not found

2022-07-03 Thread Nathan Dehnel
That did work! Much appreciated. On Sun, Jul 3, 2022 at 3:52 PM Andreas Enge wrote: > > 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

Re: What to do if headers are not found

2022-07-03 Thread Andreas Enge
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 m

Re: What to do if headers are not found

2022-07-03 Thread Nathan Dehnel
That didn't work, unfortunately.

Re: What to do if headers are not found

2022-07-03 Thread Andreas Enge
Am Sat, Jul 02, 2022 at 06:44:20PM -0500 schrieb Nathan Dehnel: > This is a package I'm making. Configure can't find libmount.h, which > comes from util-linux, even though I have added it to > propagated-inputs, as the manual suggests. How can I fix this or > further investigate? Very quick answer