guix-devel
[Top][All Lists]
Advanced

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

Re: Parameterized packages


From: Ludovic Courtès
Subject: Re: Parameterized packages
Date: Sun, 19 Jan 2020 21:30:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

Nicolò Balzarotti <address@hidden> skribis:

> Hello! I've not followed the discussion with too much attention, so
> forgive me if I'm plain wrong.
> But, if I get this right, to me it seems we want something similar to
> what nix is already doing.

To me, what Nix is doing amounts to:

  (define (make-me-a-package option1 option2)
    (package
      …))

I believe the extra bit that would be provided here is a bridge between
the API and the user interface.

Ludo’.



reply via email to

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