summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-03-13 15:39:14 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-03-13 21:19:09 +0100
commitb5359c444e881e36864c658bbcfc61259544c023 (patch)
tree268674111f83e484888c554b15464b55c2be454e /pkgs/development/tools
parent4d10c11d98b14070bac36c6cd1360a2f16083c0d (diff)
downloadnixpkgs-b5359c444e881e36864c658bbcfc61259544c023.tar
nixpkgs-b5359c444e881e36864c658bbcfc61259544c023.tar.gz
nixpkgs-b5359c444e881e36864c658bbcfc61259544c023.tar.bz2
nixpkgs-b5359c444e881e36864c658bbcfc61259544c023.tar.lz
nixpkgs-b5359c444e881e36864c658bbcfc61259544c023.tar.xz
nixpkgs-b5359c444e881e36864c658bbcfc61259544c023.tar.zst
nixpkgs-b5359c444e881e36864c658bbcfc61259544c023.zip
buildDunePackage: use dune_2 by default
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/ocaml/js_of_ocaml/camlp4.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/camlp4.nix b/pkgs/development/tools/ocaml/js_of_ocaml/camlp4.nix
index a08aaac832e..39f6d5f7aa2 100644
--- a/pkgs/development/tools/ocaml/js_of_ocaml/camlp4.nix
+++ b/pkgs/development/tools/ocaml/js_of_ocaml/camlp4.nix
@@ -6,6 +6,8 @@ buildDunePackage rec {
   version = "3.2.1";
   pname = "js_of_ocaml-camlp4";
 
+  useDune2 = false;
+
   src = fetchFromGitHub {
     owner = "ocsigen";
     repo = "js_of_ocaml";