···360360 inherit curl stdenv;
361361 };
362362363363- # A wrapper around fetchurl that generates miror://gnome URLs automatically
364364- fetchurlGnome = callPackage ../build-support/fetchurl/gnome.nix { };
365365-366363 # fetchurlBoot is used for curl and its dependencies in order to
367364 # prevent a cyclic dependency (curl depends on curl.tar.bz2,
368365 # curl.tar.bz2 depends on fetchurl, fetchurl depends on curl). It