about summary refs log tree commit diff
path: root/pkgs/build-support/fetchcvs/nix-prefetch-cvs
Commit message (Collapse)AuthorAge
* build-support: Fix nix-prefetch-* on OS X.aszlig2014-08-27
| | | | | | | | | | | | | | | | Fixes a regression on OS X introduced by f83af95. Don't use --tmpdir for mktemp, because that flag doesn't exist on OS X. However, using -t is deprecated in GNU coreutils, so as suggested by @ip1981 we're now using parameter expansion on ${TMPDIR:-/tmp} to provide /tmp as a fallback if TMPDIR is not set and use it instead. Also use this approach for nix-prefetch-cvs now in order to stay consistent. Reported-by: Vladimir Kirillov <proger@wilab.org.ua> Tested-by: Igor Pashev <pashev.igor@gmail.com> Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* * Quick hack to support checkout by date.Eelco Dolstra2008-02-28
| | | | svn path=/nixpkgs/trunk/; revision=10890
* * fetchcvs: cleanup, use nix-store --add-fixed like fetchurl/svn.Eelco Dolstra2008-02-28
| | | | | | Argument "url" renamed to "cvsRoot" (it's not a URL). svn path=/nixpkgs/trunk/; revision=10889
* Added fetchcvs.Roy van den Broek2006-05-11
svn path=/nixpkgs/trunk/; revision=5295