ocamlPackages.mirage-profile: use Dune 3
This commit is contained in:
parent
580bb88622
commit
fa448b51e0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ buildDunePackage rec {
|
|||
pname = "mirage-profile";
|
||||
version = "0.9.1";
|
||||
|
||||
useDune2 = true;
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/mirage-profile/releases/download/v${version}/mirage-profile-v${version}.tbz";
|
||||
|
|
Loading…
Reference in a new issue