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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

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 {