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: Efraim Flashner
Subject: Re: What to do if headers are not found
Date: Mon, 4 Jul 2022 16:07:20 +0300

On Sun, Jul 03, 2022 at 10:51:57PM +0200, 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 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.
> 

The new syntax would be

(inputs
 (list (list util-linux "lib")))

or

(inputs
 (list `(,util-linux "lib")))

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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