Hi,
pron...@riseup.net skribis:
> This should be a good enough reproducer:
>
> ```
> (home-environment
> (packages
> (map specification->package+output
> (list "glib:bin"
> ...)))
> ...)
> ```
‘specification->package+output’ returns two values:
--8<---cut h
Package outputs are apparently tricky, people seem to tend to forget
they exist. This is another case of that.
This should be a good enough reproducer:
```
(home-environment
(packages
(map specification->package+output
(list "glib:bin"
...)))
...)
```
If you look at guix