notes-up: *Flags are lists
This commit is contained in:
parent
4f3895b635
commit
371d3fb9b3
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
# Whether to build with contractor support (Pantheon specific)
|
||||
cmakeFlags = if withPantheon then null else [ "-Dnoele=yes" ];
|
||||
cmakeFlags = stdenv.lib.optional (!withPantheon) "-Dnoele=yes";
|
||||
|
||||
passthru = {
|
||||
updateScript = pantheon.updateScript {
|
||||
|
|
Loading…
Reference in New Issue