aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/angstrom-unix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/angstrom-unix/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/angstrom-unix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/angstrom-unix/default.nix b/pkgs/development/ocaml-modules/angstrom-unix/default.nix
index 0d4ab400dd3e..134c161d266f 100644
--- a/pkgs/development/ocaml-modules/angstrom-unix/default.nix
+++ b/pkgs/development/ocaml-modules/angstrom-unix/default.nix
@@ -3,7 +3,7 @@
buildDunePackage rec {
pname = "angstrom-unix";
- inherit (angstrom) version src;
+ inherit (angstrom) version useDune2 src;
minimumOCamlVersion = "4.03";