summary refs log tree commit diff
path: root/pkgs/build-support/fetchzip
AgeCommit message (Expand)AuthorFilesLines
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
2018-09-21fetchzip: Use unzip from buildPackagesJohn Ericson1-6/+5
2017-10-30fetchzip and friends: Set "name" to "source" by defaultEelco Dolstra1-1/+2
2017-07-17Fix #27448 argument list too long in fetchzip for darwin.luigy1-7/+3
2017-02-16nix-prefetch-zip: RemoveEelco Dolstra1-171/+0
2016-05-17fetchzip: improve error messageDomen Kožar1-0/+1
2016-02-26Merge pull request #8576 from obadz/nix-prefetch-zipzimbatm1-2/+7
2015-12-29fetchFromBitBucket: auto-remove an impure fileVladimír Čunát1-2/+4
2015-12-19nix-prefetch-zip: keep downloaded file extensionThomas Tuegel1-1/+1
2015-07-15Add --ext option to nix-prefetch-zipobadz1-2/+7
2015-01-25fetchzip: fix unpacking regressionCharles Strahan1-1/+1
2015-01-23fetchzip: various fixesCharles Strahan1-12/+21
2015-01-23nix-prefetch-zip: support single files and recuring directoriesCharles Strahan1-9/+21
2015-01-22nix-prefetch-zip: unset $nameCharles Strahan1-0/+1
2014-12-12Fix fetchzip for actuall zip filesMichael Raskin1-2/+4
2014-08-09unpackFile: Always copy directoriesEelco Dolstra1-3/+1
2014-06-23require gnused for all prefetch scriptsCharles Strahan1-0/+153
2014-05-09fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra1-11/+13
2014-05-08Add a function "fetchzip"Eelco Dolstra1-0/+42