mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +01:00
Nix: add missing deps
This commit is contained in:
parent
6855ebdf3d
commit
12fff4a122
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
cmake,
|
||||
pkg-config,
|
||||
hyprlang,
|
||||
sdbus-cpp,
|
||||
systemd,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
version ? "git",
|
||||
|
@ -20,6 +22,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [
|
||||
hyprlang
|
||||
sdbus-cpp
|
||||
systemd
|
||||
wayland
|
||||
wayland-protocols
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue