summary refs log tree commit diff
path: root/pkgs/build-support/fetchfossil
Commit message (Collapse)AuthorAge
* treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-09
|
* fetchfossil: Don't support MD5.Corbin2016-08-21
| | | | | This effectively means that SHA256 is the only way to go. I'm not really bothered by this.
* fetchfossil: Require rev.Corbin2016-08-19
| | | | | Otherwise no bumps are done when upstream changes. Not sure how to ping the repository and check without just doing the clone.
* fetchfossil: Cleanup some copy-and-paste.Corbin2016-08-19
|
* fetchfossil: Don't let Fossil write to $out/.fossil.Corbin2016-08-18
|
* build-support: Add fetchfossil function.Corbin2016-08-18
This is a dead-simple fetcher which clones a Fossil repository, opens it directly into $out, and then nicks out the single Fossil checkout marker.