unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 01/01: gnu: grub-efi: Really build the EFI variant.
       [not found] ` <20170207101551.F0842220055@vcs.savannah.gnu.org>
@ 2017-02-07 16:20   ` Marius Bakke
  2017-02-08 11:24     ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Marius Bakke @ 2017-02-07 16:20 UTC (permalink / raw)
  To: Ludovic Courtès, guix-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 01/01: gnu: grub-efi: Really build the EFI variant.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-02-08 11:24 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-08 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).