julia: do not print environment before testing

This commit is contained in:
Orivej Desh 2017-12-01 00:05:00 +00:00
parent ef8933233b
commit e1757f6a24
2 changed files with 0 additions and 2 deletions

View file

@ -160,7 +160,6 @@ stdenv.mkDerivation rec {
# Julia's tests require read/write access to $HOME
preCheck = ''
export HOME="$NIX_BUILD_TOP"
set
'';
preBuild = ''

View file

@ -163,7 +163,6 @@ stdenv.mkDerivation rec {
# Julia's tests require read/write access to $HOME
preCheck = ''
export HOME="$NIX_BUILD_TOP"
set
'';
preBuild = ''