pub(crate) fn fetchurl_derivation_to_fetch( drv: &Derivation, ) -> Result<(String, Fetch), Error>
Takes a derivation produced by a call to builtin:fetchurl and returns the synthesized Fetch for it, as well as the name.
builtin:fetchurl