summary refs log tree commit diff
path: root/pkgs/build-support/fetchhg/default.nix
Commit message (Collapse)AuthorAge
* fetchhg: clean up md5 referencesTheodore Ni2023-07-20
|
* fetchhg: allow specifying (sri) hashajs1242023-04-03
|
* treewide: use optionalStringFelix Buehler2023-02-13
|
* treewide: stdenvNoCC.lib -> libBen Siraphob2021-01-27
|
* prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim2019-01-18
| | | | | | This is useful when running tools like NixOps or nix-review on workstations where the upload to the builder is significantly slower then downloading the source on the builder itself.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: Fetchers should use `stdenvNoCC`.John Ericson2018-01-10
|
* treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-09
|
* fetch-*: remove md5 supportRobin Gloster2017-03-20
| | | | fixes #4491
* Remove fetchMD5warnEelco Dolstra2016-11-30
| | | | | | | | Deprecation warnings should not be used in Nixpkgs because they spam innocent "nix-env -qa" users with (in this case) dozens of messages that they can't do anything about. This also reverts commit 2ca883338389b7ab995924a0cab0211993bdf1da.
* fetch*: print a trace warning about md5 deprecationMichael Raskin2016-10-09
|
* lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch2016-09-17
| | | | Apparently everyone just copied those variables, instead of creating a library constant for them. Some even removed the comment. -.-
* Merge pull request #7235 from risicle/fetchhgsubrepoEdward Tjörnhammar2015-05-04
|\ | | | | fetchhg: add option to fetch hg subrepos
| * fetchhg: add option to fetch hg subreposRobert Scott2015-05-04
| |
* | fetchhg: pass proxyvars to hgEdward Tjörnhammar2015-04-28
|/
* fetchbzr, fetchdarcs, fetchhg: use `rev` attrBenno Fünfstück2014-06-28
| | | | | This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
* Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-28
| | | | Pet peeve...
* fetchhg: removing the nix dependencyLluis Batlle2012-08-26
| | | | | I don't think it's required for anything. I tried once without it, and it worked equally fine.
* prefer local builds for fetchhgRob Vermaas2012-01-10
| | | | svn path=/nixpkgs/trunk/; revision=31462
* use same name as nix-prefetch-hg for derivationRob Vermaas2011-04-11
| | | | svn path=/nixpkgs/trunk/; revision=26778
* Updating go, and making the go expression work in both i686-linux and ↵Lluís Batlle i Rossell2010-06-12
| | | | | | x86_64-linux. svn path=/nixpkgs/trunk/; revision=22230
* * Add a fetchhg builder to checkout mercurial repositories.Nicolas Pierron2009-11-14
| | | | svn path=/nixpkgs/trunk/; revision=18347
* commented out avrdude which is using unstable lib functions,Marc Weber2007-09-04
missing fetchhg expression added svn path=/nixpkgs/trunk/; revision=9249