From: Marius Bakke <mbakke@fastmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>, guix-devel@gnu.org
Subject: Re: 01/01: gnu: grub-efi: Really build the EFI variant.
Date: Tue, 07 Feb 2017 17:20:03 +0100 [thread overview]
Message-ID: <877f52ht1o.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20170207101551.F0842220055@vcs.savannah.gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next parent reply other threads:[~2017-02-07 16:20 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 ` Marius Bakke [this message]
2017-02-08 11:24 ` 01/01: gnu: grub-efi: Really build the EFI variant Ludovic Courtès
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=877f52ht1o.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me \
--to=mbakke@fastmail.com \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/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.