[Nix-dev] Re: Grub2 For EFI-based Systems

Ludovic Courtès ludo at gnu.org
Tue Mar 8 23:20:05 CET 2011


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




More information about the nix-dev mailing list