fix build
This commit is contained in:
parent
ddd5da0c6d
commit
0b35e3b74a
1 changed files with 8 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue