bug#59071: guix home does not respect package outputs

2022-11-10 Thread Ludovic Courtès
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

bug#59071: guix home does not respect package outputs

2022-11-06 Thread pronaip
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