Commit 5d5f0314 authored by Alyssa Ross's avatar Alyssa Ross Committed by sternenseemann
Browse files

wayland-proxy-virtwl.updateScript: init

parent be50c0e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";