ocamlPackages.tsort: use Dune 2

This commit is contained in:
Vincent Laporte
2020-11-22 07:26:26 +01:00
committed by Vincent Laporte
parent 5417bf80f5
commit 5eb3722b8b
@@ -2,6 +2,7 @@
buildDunePackage rec {
pname = "tsort";
useDune2 = true;
version = "2.0.0";
src = fetchFromGitHub {
owner = "dmbaturin";