ocamlPackages.tsort: use Dune 2
This commit is contained in:
committed by
Vincent Laporte
parent
5417bf80f5
commit
5eb3722b8b
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "tsort";
|
pname = "tsort";
|
||||||
|
useDune2 = true;
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dmbaturin";
|
owner = "dmbaturin";
|
||||||
|
|||||||
Reference in New Issue
Block a user