Nix: add missing deps

This commit is contained in:
Mihai Fufezan 2024-02-18 00:25:25 +02:00
parent 6855ebdf3d
commit 12fff4a122
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
cmake, cmake,
pkg-config, pkg-config,
hyprlang, hyprlang,
sdbus-cpp,
systemd,
wayland, wayland,
wayland-protocols, wayland-protocols,
version ? "git", version ? "git",
@ -20,6 +22,8 @@ stdenv.mkDerivation {
buildInputs = [ buildInputs = [
hyprlang hyprlang
sdbus-cpp
systemd
wayland wayland
wayland-protocols wayland-protocols
]; ];