Unverified Commit 41493b10 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.octavius: use Dune 3

parent 5380bb42
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, buildDunePackage, ocaml }:
{ lib, fetchFromGitHub, buildDunePackage }:

buildDunePackage (rec {
buildDunePackage rec {
  pname = "octavius";
  version = "1.2.2";

@@ -21,6 +21,4 @@ buildDunePackage (rec {
    license = licenses.isc;
    maintainers = with maintainers; [ vbgl ];
  };
} // lib.optionalAttrs (!lib.versionAtLeast ocaml.version "4.08") {
  duneVersion = "1";
})
}