From 12fff4a1227d5589a1900d8440e11a0d74b8e82e Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sun, 18 Feb 2024 00:25:25 +0200 Subject: [PATCH] Nix: add missing deps --- nix/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/default.nix b/nix/default.nix index 85ac6a0..67b7f90 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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 ];