Remove nix debug from nbody
This commit is contained in:
parent
9662ff4138
commit
61f055e258
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patchPhase = ''
|
||||
sed -i 's/gcc/icc/g' Makefile
|
||||
export NIX_DEBUG=6
|
||||
#export NIX_DEBUG=6
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user