ocamlPackages.xenstore: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-28 08:57:41 +02:00
parent 33eff16466
commit aeb9262087
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
3 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ buildDunePackage {
inherit (xenstore_transport) src version;
duneVersion = "3";
buildInputs = [ xenstore_transport xenstore lwt ];
meta = xenstore_transport.meta // {

View File

@ -7,6 +7,7 @@ buildDunePackage rec {
version = "2.2.0";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/ocaml-xenstore/releases/download/v${version}/xenstore-${version}.tbz";

View File

@ -5,6 +5,7 @@ buildDunePackage rec {
version = "1.3.0";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchFromGitHub {
owner = "xapi-project";