From 273a4ec57ea96fbc6870172be2fb9ec80927261a Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 6 Jan 2021 08:11:33 +0100 Subject: [PATCH] ocamlPackages.charInfo_width: use Dune 2 --- pkgs/development/ocaml-modules/charInfo_width/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/charInfo_width/default.nix b/pkgs/development/ocaml-modules/charInfo_width/default.nix index 7a78573412f..5b9814cea69 100644 --- a/pkgs/development/ocaml-modules/charInfo_width/default.nix +++ b/pkgs/development/ocaml-modules/charInfo_width/default.nix @@ -3,6 +3,7 @@ buildDunePackage rec { pname = "charInfo_width"; version = "1.1.0"; + useDune2 = true; src = fetchzip { url = "https://bitbucket.org/zandoye/charinfo_width/get/${version}.tar.bz2"; sha256 = "19mnq9a1yr16srqs8n6hddahr4f9d2gbpmld62pvlw1ps7nfrp9w";