diff options
author | stuebinm | 2024-12-05 01:07:52 +0100 |
---|---|---|
committer | stuebinm | 2024-12-05 01:07:52 +0100 |
commit | 203aa6daede832cf6a56ef56950e04284df38035 (patch) | |
tree | 01236f62bfef7c0726e94f90fc030e269da729a3 /pkgs/hikari.nix | |
parent | 5d1d5f16ac89e3abea5a21fcb1ad4cc973f8b424 (diff) |
NixOS 24.11
Diffstat (limited to 'pkgs/hikari.nix')
-rw-r--r-- | pkgs/hikari.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/hikari.nix b/pkgs/hikari.nix index 2adebe9..6506590 100644 --- a/pkgs/hikari.nix +++ b/pkgs/hikari.nix @@ -1,7 +1,7 @@ { lib, stdenv, fetchzip , pkg-config, bmake , cairo, glib, libevdev, libinput, libxkbcommon, linux-pam, pango, pixman -, libucl, wayland, wayland-protocols, wlroots, mesa +, libucl, wayland, wayland-protocols, wayland-scanner, wlroots, mesa , features ? { gammacontrol = true; layershell = true; @@ -34,6 +34,7 @@ stdenv.mkDerivation rec { mesa # for libEGL wayland wayland-protocols + wayland-scanner wlroots ]; |