5 lib.fetchers.withNormalizedHash { hashTypes = [ "sha1" "sha256" "sha512" ]; } (
14 , preferLocalBuild ? true
18 builder = ./builder.sh;
19 nativeBuildInputs = [ curl ];
21 # New-style output content requirements.
22 inherit outputHash outputHashAlgo;
23 outputHashMode = "recursive";
32 # Doing the download on a remote machine just duplicates network
33 # traffic, so don't do that.
34 inherit preferLocalBuild;