···360 inherit curl stdenv;
361 };
362363- # A wrapper around fetchurl that generates miror://gnome URLs automatically
364- fetchurlGnome = callPackage ../build-support/fetchurl/gnome.nix { };
365-366 # fetchurlBoot is used for curl and its dependencies in order to
367 # prevent a cyclic dependency (curl depends on curl.tar.bz2,
368 # curl.tar.bz2 depends on fetchurl, fetchurl depends on curl). It
···360 inherit curl stdenv;
361 };
362000363 # fetchurlBoot is used for curl and its dependencies in order to
364 # prevent a cyclic dependency (curl depends on curl.tar.bz2,
365 # curl.tar.bz2 depends on fetchurl, fetchurl depends on curl). It