Unverified Commit 6134a755 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.wayland: use Dune 3

parent 0e0155ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ buildDunePackage rec {
  version = "1.1";

  minimalOCamlVersion = "4.08";
  duneVersion = "3";

  src = fetchurl {
    url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-${version}.tbz";
+1 −1
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ ocamlPackages.buildDunePackage rec {
  '';

  minimalOCamlVersion = "4.12";
  duneVersion = "3";

  strictDeps = true;
  nativeBuildInputs = [
    pkg-config
  ];