tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.ounit2: use Dune 2
Vincent Laporte
5 years ago
64b46178
96f0c2c1
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
ounit2
default.nix
+2
pkgs/development/ocaml-modules/ounit2/default.nix
···
6
6
pname = "ounit2";
7
7
version = "2.2.4";
8
8
9
9
+
useDune2 = lib.versionAtLeast ocaml.version "4.08";
10
10
+
9
11
src = fetchurl {
10
12
url = "https://github.com/gildor478/ounit/releases/download/v${version}/ounit-v${version}.tbz";
11
13
sha256 = "0i9kiqbf2dp12c4qcvbn4abdpdp6h4g5z54ycsh0q8jpv6jnkh5m";