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,
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
];