summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mirage-random
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-11-19 07:36:19 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-11-26 06:55:12 +0100
commit8555b46e2afd0b5bfcdf0ee56a696357a59479a2 (patch)
tree2a217c5911bc28168305195c6ac94a91d02b2ad0 /pkgs/development/ocaml-modules/mirage-random
parent6012e6dc0ec7a707fabd05aea6f85ac128721d1f (diff)
downloadnixpkgs-8555b46e2afd0b5bfcdf0ee56a696357a59479a2.tar
nixpkgs-8555b46e2afd0b5bfcdf0ee56a696357a59479a2.tar.gz
nixpkgs-8555b46e2afd0b5bfcdf0ee56a696357a59479a2.tar.bz2
nixpkgs-8555b46e2afd0b5bfcdf0ee56a696357a59479a2.tar.lz
nixpkgs-8555b46e2afd0b5bfcdf0ee56a696357a59479a2.tar.xz
nixpkgs-8555b46e2afd0b5bfcdf0ee56a696357a59479a2.tar.zst
nixpkgs-8555b46e2afd0b5bfcdf0ee56a696357a59479a2.zip
ocamlPackages.mirage-random: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules/mirage-random')
-rw-r--r--pkgs/development/ocaml-modules/mirage-random/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-random/default.nix b/pkgs/development/ocaml-modules/mirage-random/default.nix
index 535c9286948..defde0ba89f 100644
--- a/pkgs/development/ocaml-modules/mirage-random/default.nix
+++ b/pkgs/development/ocaml-modules/mirage-random/default.nix
@@ -4,6 +4,8 @@ buildDunePackage rec {
   pname = "mirage-random";
   version = "2.0.0";
 
+  useDune2 = true;
+
   src = fetchurl {
     url = "https://github.com/mirage/mirage-random/releases/download/v${version}/mirage-random-v${version}.tbz";
     sha256 = "0qj41d5smkkkbjwsnz71bhhj94d2cwv53rf3j4rhky0pqbkidnv1";