From: ludo@gnu.org (Ludovic Courtès)
To: Marius Bakke <mbakke@fastmail.com>
Cc: guix-devel@gnu.org
Subject: Re: 01/01: gnu: grub-efi: Really build the EFI variant.
Date: Wed, 08 Feb 2017 12:24:40 +0100 [thread overview]
Message-ID: <87h945q613.fsf@gnu.org> (raw)
In-Reply-To: <877f52ht1o.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (Marius Bakke's message of "Tue, 07 Feb 2017 17:20:03 +0100")
Marius Bakke <mbakke@fastmail.com> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> civodul pushed a commit to branch master
>> in repository guix.
>>
>> commit ef753a1a8f9e7c971957abfda9b672a7728cd073
>> Author: Ludovic Courtès <ludo@gnu.org>
>> Date: Tue Feb 7 11:14:09 2017 +0100
>>
>> gnu: grub-efi: Really build the EFI variant.
>>
>> Fixes a regression introduced in
>> d846834fc2b2f76aa2e258685bc211edd31866c5 where '--with-platform=efi'
>> would no longer be passed.
>>
>> * gnu/packages/grub.scm (grub-efi)[arguments]: Provide a default value
>> for #:configure-flags.
>
> [...]
>
>> @@ -139,8 +139,8 @@ menu to select one of the installed operating systems.")
>> ;; Search for 'OVMF' in "tests/util/grub-shell.in".
>> #:tests? #f
>> ,@(substitute-keyword-arguments (package-arguments grub)
>> - ((#:configure-flags flags) `(cons* "--with-platform=efi"
>> - ,flags))
>> + ((#:configure-flags flags ''())
>> + `(cons "--with-platform=efi" ,flags))
>> ((#:phases phases)
>> `(modify-phases ,phases
>> (add-after 'patch-stuff 'use-absolute-efibootmgr-path
>
> Thank you for this! I did test grub-efi with the new grub release, but
> then afterwards checked whether the #:configure-flags were still needed.
>
> I will be more careful about this in the future.
No problem, it’s easy to get tripped up with things that inherit and
customize flags.
Ludo’.
prev parent reply other threads:[~2017-02-08 11:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170207101551.13623.62644@vcs.savannah.gnu.org>
[not found] ` <20170207101551.F0842220055@vcs.savannah.gnu.org>
2017-02-07 16:20 ` 01/01: gnu: grub-efi: Really build the EFI variant Marius Bakke
2017-02-08 11:24 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h945q613.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=mbakke@fastmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.