nixpkgs/pkgs/stdenv/generic
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
..
builder.sh
default-builder.sh
default.nix Change occurrences of gcc to the more general cc 2014-12-26 11:06:21 -06:00
setup.sh stdenv substitute: avoid using a temporary file 2015-01-13 10:53:57 +01:00