treewide: use boolToString function
This commit is contained in:
@@ -29,7 +29,7 @@ buildOcaml rec {
|
||||
optional withLwt lwt;
|
||||
|
||||
buildPhase = topkg.buildPhase
|
||||
+ " --with-lwt ${if withLwt then "true" else "false"}";
|
||||
+ " --with-lwt ${boolToString withLwt}";
|
||||
|
||||
inherit (topkg) installPhase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user