nixpkgs/pkgs/build-support
aszlig 5e7a1cf955
build-support: Fix nix-prefetch-* on OS X.
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>
2014-08-27 11:22:34 +02:00
..
2014-07-10 16:41:02 +02:00
2013-08-11 10:55:53 +00:00
2008-07-06 15:46:10 +00:00
2014-08-14 19:17:26 +02:00
2005-12-05 14:11:09 +00:00
2014-08-10 15:17:00 +02:00
2014-07-03 11:01:19 -04:00