mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Adding a check in the generic builder so it halts on the existence of
/homeless-shelter svn path=/nixpkgs/branches/stdenv-updates/; revision=18302
This commit is contained in:
parent
1b37fc42bb
commit
6675f0a52c
|
@ -78,6 +78,10 @@ addToSearchPath() {
|
|||
|
||||
set -e
|
||||
|
||||
# Check that the directory pointed by HOME, usually '/homeless-shelter',
|
||||
# does not exist, as it may be a good source for impurities.
|
||||
! test -e $HOME
|
||||
|
||||
test -z $NIX_GCC && NIX_GCC=@gcc@
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue