summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/fetchs3/default.nix
AgeCommit message (Collapse)Author
2021-03-04treewide: remove stdenv where not neededBen Siraphob
2021-01-27treewide: stdenvNoCC.lib -> libBen Siraphob
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-05-03fetchs3: allow to name the derivation output (#39823)zimbatm
* fetchs3: add configurable name Change the default from "foo" to the basename of the s3 URL and make it configurable. * fetchs3: fix error on missing credentials.session_token The session token should default to null instead of failing * fetchs3: make use of the region argument Set it to null if you don't want to use it * fetchs3: prefer local build Fetcher-types spend more time on network than CPU
2018-01-10treewide: Fetchers should use `stdenvNoCC`.John Ericson
2018-01-09treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson
2017-04-25fetchs3: init simple S3 downloaderDan Peebles