[Nix-dev] Re: Grub2 For EFI-based Systems
Shea Levy
shea at shealevy.com
Tue Mar 8 23:31:24 CET 2011
On 3/8/11 5:20 PM, Ludovic Courtès wrote:
> Hi,
>
> Shea Levy<shea at shealevy.com> writes:
>
>> The specific revision this patch points to is the 1.99~rc1
>> release. Using the tarball would be preferable, but as I said fetchurl
>> chokes on a tarball with a ~ in its name.
> This can be worked around:
>
> src = fetchurl {
> url = ...
> name = "grub-1.99rc1"; # get rid of `~'
> };
>
> HTH,
> Ludo’.
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at cs.uu.nl
> https://mail.cs.uu.nl/mailman/listinfo/nix-dev
Great, that's just what I needed. Attached is an updated patch.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: grub2efi.patch
Url: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20110308/797f6594/attachment.pl
More information about the nix-dev
mailing list