about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cpuid
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-03-28 22:22:34 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-03-28 22:29:40 +0200
commit768bbabf0ce9a92778a4b09da2ea373367955203 (patch)
tree39f411977a2f9b4f1589795c0e05c7d0010501a5 /pkgs/development/ocaml-modules/cpuid
parentf0c01da4928fe46a5201193c12d23f74f3c0e9dc (diff)
ocamlPackages.cpuid: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules/cpuid')
-rw-r--r--pkgs/development/ocaml-modules/cpuid/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/cpuid/default.nix b/pkgs/development/ocaml-modules/cpuid/default.nix
index 8adca8b956f64..a0c28bc92d9a0 100644
--- a/pkgs/development/ocaml-modules/cpuid/default.nix
+++ b/pkgs/development/ocaml-modules/cpuid/default.nix
@@ -4,6 +4,8 @@ buildDunePackage rec {
   pname = "cpuid";
   version = "0.1.2";
 
+  useDune2 = true;
+
   minimumOCamlVersion = "4.03";
 
   src = fetchurl {