notes-up: *Flags are lists

This commit is contained in:
Robin Gloster
2019-10-29 23:21:22 +01:00
committed by Jan Tojnar
parent 4f3895b635
commit 371d3fb9b3

View File

@@ -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 {