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)
|
# Whether to build with contractor support (Pantheon specific)
|
||||||
cmakeFlags = if withPantheon then null else [ "-Dnoele=yes" ];
|
cmakeFlags = stdenv.lib.optional (!withPantheon) "-Dnoele=yes";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = pantheon.updateScript {
|
updateScript = pantheon.updateScript {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user