unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* How do you do this with the new style?
@ 2022-11-29  6:10 jgart
  2022-11-29  6:13 ` (
  0 siblings, 1 reply; 2+ messages in thread
From: jgart @ 2022-11-29  6:10 UTC (permalink / raw)
  To: Guix Help


Hi, how do you do the following with the new style?

(inputs `(("qbe" ,qbe)
          ("gcc:lib" ,gcc "lib")))



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How do you do this with the new style?
  2022-11-29  6:10 How do you do this with the new style? jgart
@ 2022-11-29  6:13 ` (
  0 siblings, 0 replies; 2+ messages in thread
From: ( @ 2022-11-29  6:13 UTC (permalink / raw)
  To: jgart, Guix Help

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

On Tue Nov 29, 2022 at 6:10 AM GMT, jgart wrote:
>
> Hi, how do you do the following with the new style?
>
> (inputs `(("qbe" ,qbe)
>           ("gcc:lib" ,gcc "lib")))

  (inputs
   (list (list gcc "lib")
         qbe))

    -- (

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-29  6:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-29  6:10 How do you do this with the new style? jgart
2022-11-29  6:13 ` (

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).