This commit is contained in:
mtgmonkey 2025-07-06 18:15:57 -04:00
parent 0a2ec5f358
commit 883b94f1eb
5 changed files with 203 additions and 55 deletions

View file

@ -1,9 +1,16 @@
{
busybox-sandbox-shell,
expat,
fontconfig,
freetype,
lib,
libGL,
libxkbcommon,
makeWrapper,
naersk,
pkg-config,
wayland,
xorg,
...
}:
naersk.buildPackage rec {
@ -11,6 +18,17 @@ naersk.buildPackage rec {
src = ./.;
buildInputs = [
busybox-sandbox-shell
expat
fontconfig
freetype
freetype.dev
libGL
libxkbcommon
wayland
xorg.libX11
xorg.libXcursor
xorg.libXi
xorg.libXrandr
];
nativeBuildInputs = [
pkg-config