about summary refs log tree commit diff
path: root/pkgs/build-support/fetchdarcs
AgeCommit message (Collapse)AuthorFilesLines
2023-03-14Merge pull request #205115 from hraban/fetchdarcs-by-hashSandro2-6/+15
2023-01-16treewide: remove usages of header and stopNestArtturin1-3/+1
they're obsolete
2022-12-28fetchdarcs: fetch by commit hashHraban Luyat2-6/+15
2022-12-08treewide: source .attrs in buildersArtturin1-0/+1
if theres a source $stdenv then this is needed for structuredAttrs
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-01-14Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-3/+3
Conflicts: pkgs/build-support/fetchbower/default.nix pkgs/build-support/fetchdarcs/default.nix pkgs/build-support/fetchgx/default.nix pkgs/development/python-modules/botocore/default.nix pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix pkgs/tools/admin/awscli/default.nix
2018-01-10treewide: Fetchers should use `stdenvNoCC`.John Ericson1-2/+2
2018-01-09treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson1-1/+1
2017-12-27cacert: cleanup exporting SSL_CERT_FILEDaiderd Jordan1-2/+1
2017-06-03fetchdarcs: Use NIX_SSL_CERT_FILEJoe Hermaszewski1-1/+1
`SSL_CERT_FILE` has been replaced with `NIX_SSL_CERT_FILE`. Before this change using `fetchdarcs` resulted in an error message like: ``` Identifying repository http://hub.darcs.net/scravy/easyplot inventory darcs failed: Not a repository: http://hub.darcs.net/scravy/easyplot (Peer certificate cannot be authenticated with given CA certificates) HINT: Do you have the right URI for the repository? builder for ‘/nix/store/imyvcs6lvb5yva66krc5wk39931sam8v-fetchdarcs.drv’ failed with exit code 2 ```
2017-04-26fetchdarcs: add SSL_CERT_FILE environment variableRenzo Carbonara1-1/+4
2017-03-20fetch-*: remove md5 supportRobin Gloster1-3/+6
fixes #4491
2016-11-30Remove fetchMD5warnEelco Dolstra1-2/+1
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.
2016-10-09fetch*: print a trace warning about md5 deprecationMichael Raskin1-1/+2
2014-06-28fetchbzr, fetchdarcs, fetchhg: use `rev` attrBenno Fünfstück2-5/+5
This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
2012-10-22Remove deprecated option --ephemeral from fetchdarcsRickard Nilsson1-1/+1
2009-05-13Added Idris and updated fetchdarcs.Andres Löh2-10/+9
svn path=/nixpkgs/trunk/; revision=15595
2008-03-06- fetchdarcs supports now partialMarc Weber2-3/+4
- fetchdarcs_2pre added - flapjax added - no longer used : annotatedDerivations - added bleeding edge repos with a tiny nix repository manager which dowloads and updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source (darcs tested only by now) - added experimental my_environment with example svn path=/nixpkgs/trunk/; revision=10974
2007-09-07hash check removed because the nix system does it..Marc Weber1-7/+1
svn path=/nixpkgs/trunk/; revision=9279
2006-01-30* updated darcs to 1.0.5, added curl dependencyAndres Löh2-0/+38
* added an experimental fetchdarcs function, based on fetchsvn (there are no expressions yet that use this function) svn path=/nixpkgs/trunk/; revision=4615