summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/ulex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/ulex/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/ulex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ulex/default.nix b/pkgs/development/ocaml-modules/ulex/default.nix
index ed868c30a442..d32fcf07b6cc 100644
--- a/pkgs/development/ocaml-modules/ulex/default.nix
+++ b/pkgs/development/ocaml-modules/ulex/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml findlib ocamlbuild ];
propagatedBuildInputs = [ camlp4 ];
- buildFlags = "all all.opt";
+ buildFlags = [ "all" "all.opt" ];
meta = {
inherit (src.meta) homepage;