ocamlPackages.gettext: use Dune 2

This commit is contained in:
Vincent Laporte
2021-02-16 09:36:40 +01:00
parent 0357225e16
commit 0b6201180e
2 changed files with 7 additions and 3 deletions
@@ -6,6 +6,8 @@ buildDunePackage rec {
minimumOCamlVersion = "4.03";
useDune2 = true;
src = fetchurl {
url = "https://github.com/gildor478/ocaml-gettext/releases/download/v${version}/gettext-v${version}.tbz";
sha256 = "19ynsldb21r539fiwz1f43apsdnx7hj2a2d9qr9wg2hva9y2qrwb";