2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-14 04:38:09 +00:00

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";