zeromq: *Flags are lists
This commit is contained in:
parent
74c2020e8c
commit
9da5420213
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false; # fails all the tests (ctest)
|
doCheck = false; # fails all the tests (ctest)
|
||||||
|
|
||||||
cmakeFlags = if enableDrafts then [ "-DENABLE_DRAFTS=ON" ] else null;
|
cmakeFlags = stdenv.lib.optional enableDrafts "-DENABLE_DRAFTS=ON";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
branch = "4";
|
branch = "4";
|
||||||
|
Loading…
Reference in New Issue
Block a user