bump minifb, add shift and ctrl and so, use execve

This commit is contained in:
andromeda
2026-01-18 02:25:58 +01:00
parent 7ef6196f10
commit b3e784fa97
4 changed files with 41 additions and 292 deletions

View File

@@ -1,28 +1,22 @@
{
fontconfig,
freetype,
lib,
libGL,
libxkbcommon,
makeWrapper,
naersk,
pkg-config,
wayland,
xorg,
...
}:
naersk.buildPackage rec {
name = "rustty";
src = ./.;
buildInputs = [
# fonts
fontconfig
freetype
freetype.dev
# wayland graphics
libGL
libxkbcommon
wayland
xorg.libXcursor
xorg.libX11
];
nativeBuildInputs = [
pkg-config