ocamlPackages.tsort: use Dune 2

This commit is contained in:
Vincent Laporte 2020-11-15 06:04:36 +01:00 committed by Vincent Laporte
parent 5417bf80f5
commit 5eb3722b8b

View file

@ -2,6 +2,7 @@
buildDunePackage rec {
pname = "tsort";
useDune2 = true;
version = "2.0.0";
src = fetchFromGitHub {
owner = "dmbaturin";