fix build

This commit is contained in:
Lukas Wurzinger 2025-06-22 00:26:25 +02:00
parent ddd5da0c6d
commit 0b35e3b74a
No known key found for this signature in database

View file

@ -21,14 +21,21 @@ buildGoModule {
"-w"
];
tags = [
"wayland"
];
buildInputs = [
wayland
libxkbcommon
libGL
pkg-config
xorg.libX11
];
nativeBuildInputs = [
pkg-config
];
meta = {
description = "";
homepage = "https://forgejo.helveticanonstandard.net/helvetica/xenumenu";