mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:58:10 +00:00
ocamlPackages.pecu: use Dune 3
This commit is contained in:
parent
cb9fc605bb
commit
8a288f2c76
@ -4,9 +4,9 @@ buildDunePackage rec {
|
||||
pname = "pecu";
|
||||
version = "0.6";
|
||||
|
||||
useDune2 = true;
|
||||
duneVersion = "3";
|
||||
|
||||
minimumOCamlVersion = "4.03";
|
||||
minimalOCamlVersion = "4.03";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/pecu/releases/download/v${version}/pecu-v${version}.tbz";
|
||||
|
Loading…
Reference in New Issue
Block a user