aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/atdgen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/atdgen/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/atdgen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/atdgen/default.nix b/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/atdgen/default.nix
index d8ef2fec9990..2537c92d97a5 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/atdgen/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/atdgen/default.nix
@@ -3,7 +3,7 @@
let runtime =
buildDunePackage {
pname = "atdgen-runtime";
- inherit (atd) version src;
+ inherit (atd) version useDune2 src;
propagatedBuildInputs = [ biniou yojson ];
@@ -13,7 +13,7 @@ let runtime =
buildDunePackage {
pname = "atdgen";
- inherit (atd) version src;
+ inherit (atd) version useDune2 src;
buildInputs = [ atd ];