This commit is contained in:
Rakarake 2026-01-03 17:12:24 +01:00
parent 9cf8be1561
commit 164c8dd15f
3 changed files with 25 additions and 5 deletions

View file

@ -14,12 +14,14 @@
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath buildInputs}";
name = "glonkers";
src = ./.;
buildInputs = with pkgs; [
nativeBuildInputs = with pkgs; [
pkg-config
libGL
wayland
wayland-protocols
wayland-scanner
wayland-protocols
wayland
];
buildInputs = with pkgs; [
libGL
];
installPhase = ''
mkdir -p $out/bin