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" "-w"
]; ];
tags = [
"wayland"
];
buildInputs = [ buildInputs = [
wayland wayland
libxkbcommon libxkbcommon
libGL libGL
pkg-config
xorg.libX11 xorg.libX11
]; ];
nativeBuildInputs = [
pkg-config
];
meta = { meta = {
description = ""; description = "";
homepage = "https://forgejo.helveticanonstandard.net/helvetica/xenumenu"; homepage = "https://forgejo.helveticanonstandard.net/helvetica/xenumenu";