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
|
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@
|
test -z $NIX_GCC && NIX_GCC=@gcc@
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user