about summary refs log tree commit diff
path: root/pkgs/build-support/fetchcvs
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24bsd: init netbsd & openbsd userlandMatthew Bauer1-1/+0
Adds a couple of useful NetBSD and OpenBSD derivations. Some of these will be integrated into Nixpkgs later. Noncomprehensive list: - netbsd.getent - netbsd.getconf - netbsd.fts - openbsd.mg - netbsd.compat (can replace libbsd)
2018-04-24cvs: support ssh accessMatthew Bauer2-3/+9
hacky wrapper handles ssh issues in nix builders
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
2014-08-27build-support: Fix nix-prefetch-* on OS X.aszlig1-1/+1
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>
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2008-02-28* Quick hack to support checkout by date.Eelco Dolstra1-3/+5
svn path=/nixpkgs/trunk/; revision=10890
2008-02-28* fetchcvs: cleanup, use nix-store --add-fixed like fetchurl/svn.Eelco Dolstra3-70/+67
Argument "url" renamed to "cvsRoot" (it's not a URL). svn path=/nixpkgs/trunk/; revision=10889
2007-11-13implemented proposal by niksnut.Marc Weber2-9/+16
Now you have to use either date= or tag= when specifying cvs revision svn path=/nixpkgs/trunk/; revision=9661
2007-11-11Synergy added and fetchcvs modified (see mailinglist post)Marc Weber2-27/+16
svn path=/nixpkgs/trunk/; revision=9624
2006-05-11Added fetchcvs.Roy van den Broek3-0/+129
svn path=/nixpkgs/trunk/; revision=5295