diff --git a/srcpkgs/xwayland-satellite/template b/srcpkgs/xwayland-satellite/template index 0fac162d6ae..8e02d63a5d5 100644 --- a/srcpkgs/xwayland-satellite/template +++ b/srcpkgs/xwayland-satellite/template @@ -1,6 +1,6 @@ # Template file for 'xwayland-satellite' pkgname=xwayland-satellite -version=0.8 +version=0.8.1 revision=1 build_style=cargo hostmakedepends="pkg-config clang" @@ -11,5 +11,9 @@ maintainer="Lydia Sobot " license="MPL-2.0" homepage="https://github.com/Supreeeme/xwayland-satellite" distfiles="https://github.com/Supreeeme/xwayland-satellite/archive/v${version}.tar.gz" -checksum=c93bae2f9e3df5cb5511a65684cd6ecf8559c1663163e8a19b4894e4424e73c3 -make_check="ci-skip" # Some tests require a running Wayland environment +checksum=44d4ed941f99b88be6655d9c31db90d2a44e2deec52da7446237354508369caf +make_check="no" # Tests require a running Wayland environment + +post_install() { + vman xwayland-satellite.man xwayland-satellite.1 +}