summaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchzip/default.nix
AgeCommit message (Expand)Author
2025-11-03fetchzip: take derivationArgsYueh-Shun Li
2025-11-03fetchzip: make overridable extension and stripRoot with derivationArgsYueh-Shun Li
2025-10-28fetchurl, fetchzip, fetchgit: format Nix expression after lib.extendMkDerivationYueh-Shun Li
2025-10-28fetchzip: restructure with lib.extendMkDerivation (not formatted)Yueh-Shun Li
2025-10-28fetchzip: move extraPostFetch warning down where it is referencedYueh-Shun Li
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-05-31lib, treewide: introduce `repoRevToName`, use it in most `fetch*` functionsJan Malakhovski
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
2024-01-12fetchzip: allow dropping unzipWeijia Wang
2023-11-18fetchgitlab: make args more similar to fetchgithubNicolas Benes
2023-08-08fetchzip: cleanup and improve metrics a bitJan Malakhovski
2022-12-16Merge pull request #191355 from GenericNerdyUsername/fetchzip-include-hiddenRobert Hensing
2022-12-16fetchzip: don't error out if the directory inside the archive starts with a "."GenericNerdyUsername
2022-11-07fetchzip: auto generate name from pname-versionHraban Luyat
2022-10-04fetchzip: add pname+version supportSandro Jäckel
2022-06-11fetchzip: force UTF-8 compatibel locale to unpack non-ASCII symbolsSergei Trofimovich
2022-05-22fetchzip: extraPostFetch -> postFetch && testsArtturin
2022-02-26fetchzip: remove need for overrideAttrsJonathan Ringer
2021-09-08fetchzip: recursively run chmod +w on the unpackDirArtturin
2021-08-10fetchzip: add extension parameterAlexey Shmalko
2021-04-07fetchzip: accept urlsSandro Jäckel
2021-02-05fetchzip: simplify `postFetch` as per suggestionsJan Malakhovski
2021-02-04fetchzip: fix `extraPostFetch` concatenationJan Malakhovski
2020-12-04fetchzip: get write permission on unpacked directoryLuke Granger-Brown
2020-11-26fetchzip: remove write permissions for unpacked filesMetaDark
2020-03-26Revert "fetchzip, fetchgit: cleanup handling of optional features and whitesp...Benjamin Hipple
2020-02-08fetchzip, fetchgit: cleanup handling of optional features and whitespaceBenjamin Hipple
2019-06-16treewide: remove unused variables (#63177)volth
2018-09-21fetchzip: Use unzip from buildPackagesJohn Ericson
2017-10-30fetchzip and friends: Set "name" to "source" by defaultEelco Dolstra
2017-07-17Fix #27448 argument list too long in fetchzip for darwin.luigy
2016-05-17fetchzip: improve error messageDomen Kožar
2015-12-29fetchFromBitBucket: auto-remove an impure fileVladimír Čunát
2015-01-25fetchzip: fix unpacking regressionCharles Strahan
2015-01-23fetchzip: various fixesCharles Strahan
2014-12-12Fix fetchzip for actuall zip filesMichael Raskin
2014-08-09unpackFile: Always copy directoriesEelco Dolstra
2014-05-09fetchFromGitHub: Use .tar.gz instead of .zipEelco Dolstra
2014-05-08Add a function "fetchzip"Eelco Dolstra