summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-01-06 08:11:33 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-01-13 09:49:20 +0100
commit273a4ec57ea96fbc6870172be2fb9ec80927261a (patch)
tree58a22c7b80c0f815384a7fc340898234913eaecd /pkgs/development/ocaml-modules
parent0476529037a38b980d1600c3de0f922c9aebe98b (diff)
ocamlPackages.charInfo_width: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/charInfo_width/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/charInfo_width/default.nix b/pkgs/development/ocaml-modules/charInfo_width/default.nix
index 7a78573412fe..5b9814cea69a 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";