wayland-proxy-virtwl.updateScript: init
This commit is contained in:
parent
be50c0e378
commit
5d5f031406
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user