ocamlPackages.wayland: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-28 08:57:59 +02:00
parent 0e0155ed96
commit 6134a755da
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 2 additions and 1 deletions

View File

@ -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";

View File

@ -22,8 +22,8 @@ ocamlPackages.buildDunePackage rec {
'';
minimalOCamlVersion = "4.12";
duneVersion = "3";
strictDeps = true;
nativeBuildInputs = [
pkg-config
];