summary refs log tree commit diff
path: root/pkgs/build-support/fetchegg
Commit message (Collapse)AuthorAge
* 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. -.-
* Infrastructure to build chicken eggs.Moritz Ulrich2014-10-13