ocamlPackages.ounit2: use Dune 2
This commit is contained in:
parent
96f0c2c191
commit
64b4617883
@ -6,6 +6,8 @@ buildDunePackage rec {
|
||||
pname = "ounit2";
|
||||
version = "2.2.4";
|
||||
|
||||
useDune2 = lib.versionAtLeast ocaml.version "4.08";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/gildor478/ounit/releases/download/v${version}/ounit-v${version}.tbz";
|
||||
sha256 = "0i9kiqbf2dp12c4qcvbn4abdpdp6h4g5z54ycsh0q8jpv6jnkh5m";
|
||||
|
Loading…
Reference in New Issue
Block a user