wayland-proxy-virtwl.updateScript: init

This commit is contained in:
Alyssa Ross 2023-08-16 20:17:25 +00:00 committed by sternenseemann
parent be50c0e378
commit 5d5f031406

View File

@ -3,6 +3,7 @@
, ocamlPackages
, pkg-config
, libdrm
, unstableGitUpdater
}:
ocamlPackages.buildDunePackage rec {
@ -35,6 +36,8 @@ ocamlPackages.buildDunePackage rec {
doCheck = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
homepage = "https://github.com/talex5/wayland-virtwl-proxy";
description = "Proxy Wayland connections across a VM boundary";