[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#26339] [PATCH] scripts: system: Handle unspecified bootloader packa
From: |
Ludovic Courtès |
Subject: |
[bug#26339] [PATCH] scripts: system: Handle unspecified bootloader package and installer. |
Date: |
Mon, 12 Jun 2017 22:32:50 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Mathieu Othacehe <address@hidden> skribis:
> * guix/scripts/system.system (perform-action): If bootloader installer or
> bootloader package are #f, do not add them to drvs but keep things going.
>
> This allows to write (installer #f) or (package #f) in <bootloader>
> definition.
>
> Reported-by: Clément Lassieur <address@hidden>.
What’s the point of setting these to #f?
If really needed, I would rather set them to (const #f) and avoid the
special case in (guix scripts system).
WDYT?
Ludo’.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#26339] [PATCH] scripts: system: Handle unspecified bootloader package and installer.,
Ludovic Courtès <=