diff options
| author | andromeda <andromeda@lenovo> | 2026-01-18 02:25:58 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-18 02:25:58 +0100 |
| commit | b3e784fa97f68e2e458c632b57d71d89d061d675 (patch) | |
| tree | dda02239148d18599b8cdc0c574f7884f76a141d /package.nix | |
| parent | 7ef6196f10997f65273782ca71484bbfe1b77d64 (diff) | |
bump minifb, add shift and ctrl and so, use execve
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/package.nix b/package.nix index 84aac79..d862ef7 100644 --- a/package.nix +++ b/package.nix @@ -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 |
