nixpkgs/pkgs/stdenv
Vladimír Čunát 2533a11241 stdenv substitute: avoid using a temporary file
- IMO using a temporary is not needed here (anymore),
- temporary at that location can cause a problem (in a specific case):
for example, when using the substituteAll function from nixpkgs
on a single file directly under /nix/store/ (or ./foo-file),
the stdenv's substitute tries to create a temporary directly under
/nix/store, which causes problems on chrooted darwin
(according to @copumpkin earlier today on IRC)
2015-01-13 10:53:57 +01:00
..
darwin I think this should fix the evaluation errors in hydra 2014-12-27 12:02:58 -05:00
generic stdenv substitute: avoid using a temporary file 2015-01-13 10:53:57 +01:00
linux Merge branch 'staging' 2014-12-26 22:41:19 +01:00
native I think this should fix the evaluation errors in hydra 2014-12-27 12:02:58 -05:00
nix Remove dead code 2014-11-04 13:26:51 +01:00
adapters.nix Restore accidentally-dropped stdenv adapter 2014-12-26 12:38:18 -05:00
common-path.nix * Don't use the "replace-literal" command in stdenv; instead use 2012-01-19 13:47:26 +00:00
default.nix Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into staging 2014-09-23 11:27:53 +02:00