[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#52961: [PATCH] home: import: Fix handling of manifest entries with s
From: |
Ludovic Courtès |
Subject: |
bug#52961: [PATCH] home: import: Fix handling of manifest entries with specific output. |
Date: |
Wed, 05 Jan 2022 23:08:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Arjan Adriaanse <arjan@adriaan.se> skribis:
> specification->package fails on manifest entries with specific outputs,
> resulting in an invalid home configuration. This changes the import command
> to use specification->package+output instead.
>
> * guix/scripts/home/import.scm (manifest+configuration-files->code): Make sure
> manifest entries with specific output are also handled.
> * tests/home-import.scm: Specify output in home environment manifest entry.
Applied, thanks for fixing it!
Ludo’.