home.scm: Fix bug packages with non 'out' outputs were not installed

This commit is contained in:
Collin J. Doering 2022-03-30 03:24:14 -04:00
parent 032665239f
commit 47c57ee359
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 4 additions and 1 deletions

View File

@ -385,7 +385,10 @@
(define %home
(home-environment
(packages
(map manifest-entry-item (manifest-entries %home-manifest)))
(map (lambda (m)
(list (manifest-entry-item m)
(manifest-entry-output m)))
(manifest-entries %home-manifest)))
(services
(list
(service home-bash-service-type