[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new manifest format readers?
From: |
Ricardo Wurmus |
Subject: |
Re: new manifest format readers? |
Date: |
Sun, 11 Jun 2017 17:44:35 +0200 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
Ludovic Courtès <address@hidden> writes:
> Jan Nieuwenhuizen <address@hidden> skribis:
>
>> Ricardo Wurmus writes:
>
> [...]
>
>>> ;; Boilerplate code to turn the above list of packages into a manifest
>>> (use-modules (gnu packages))
>>> (packages->manifest (map (compose list specification->package+output)
>>> packages))
>>
>> Yes, I finally found this and it is not very friendly/discoverable.
>
> Agreed. How about making these two changes:
>
> 1. Include (gnu packages) in the default evaluation environment of
> manifests.
>
> 2. (define (package-specifications->manifest specs)
> (packages->manifest (map (compose list specification->package+output)
> specs)))
>
> Thoughts?
This sounds like a very useful improvement to me.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
Re: new manifest format readers?, Björn Höfling, 2017/06/09
Re: new manifest format readers?, myglc2, 2017/06/10