Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2533a1124192c9da20087514986c3d37cc106c15
      
https://github.com/NixOS/nixpkgs/commit/2533a1124192c9da20087514986c3d37cc106c15
  Author: Vladimír Čunát <[email protected]>
  Date:   2015-01-13 (Tue, 13 Jan 2015)

  Changed paths:
    M pkgs/stdenv/generic/setup.sh

  Log Message:
  -----------
  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)


  Commit: 4b82bd683e5a386484379083876aab304fd172e8
      
https://github.com/NixOS/nixpkgs/commit/4b82bd683e5a386484379083876aab304fd172e8
  Author: Wout Mertens <[email protected]>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M pkgs/stdenv/generic/setup.sh

  Log Message:
  -----------
  Merge pull request #5714 from vcunat/p/stdenv-subst

stdenv substitute: avoid using a temporary file


Compare: https://github.com/NixOS/nixpkgs/compare/cd993d0e10b1...4b82bd683e5a
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to