wl: implement security-context-v1
All checks were successful
test / test (push) Successful in 38s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-12-06 03:34:13 +09:00
parent 1b5b089c78
commit 2d606b1f4b
6 changed files with 285 additions and 16 deletions

View File

@@ -4,7 +4,11 @@
makeBinaryWrapper,
xdg-dbus-proxy,
bubblewrap,
pkg-config,
acl,
wayland,
wayland-scanner,
wayland-protocols,
xorg,
}:
@@ -41,10 +45,20 @@ buildGoModule rec {
buildInputs = [
acl
wayland
wayland-protocols
xorg.libxcb
];
nativeBuildInputs = [ makeBinaryWrapper ];
nativeBuildInputs = [
pkg-config
wayland-scanner
makeBinaryWrapper
];
preConfigure = ''
HOME=$(mktemp -d) go generate ./...
'';
postInstall = ''
install -D --target-directory=$out/share/zsh/site-functions comp/*