Apply suggestions from code review
This commit is contained in:
parent
2bd08c849a
commit
4b3cb7c6ee
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ stdenv.mkDerivation {
|
|||
${if mpiSupport then "unset CC" else ""}
|
||||
'';
|
||||
|
||||
configureFlags = [ ]
|
||||
++ lib.optional debugEnable "--enable-debug"
|
||||
configureFlags = lib.optional debugEnable "--enable-debug"
|
||||
++ lib.optional mpiSupport "--enable-mpi"
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue