diff options
author | Sisiutl <sisiutl@egregore.fun> | 2025-02-01 02:50:16 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2025-02-01 14:58:31 +0100 |
commit | 169a5c0fca9703f45536eb1c5d88d59fcec9572d (patch) | |
tree | 9d15bc05bf015dedd0df80c9d3229445d0d6ca11 | |
parent | 8e9aaef0b97720113cec10683cf577cc3c75c9a9 (diff) |
no more sdbusc++next
-rw-r--r-- | sigils/packages/hyprland.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sigils/packages/hyprland.scm b/sigils/packages/hyprland.scm index a0f0fb5..929271a 100644 --- a/sigils/packages/hyprland.scm +++ b/sigils/packages/hyprland.scm @@ -13,6 +13,7 @@ #:use-module (gnu packages freedesktop) #:use-module (gnu packages gcc) #:use-module (gnu packages gl) + #:use-module (gnu packages glib) #:use-module (gnu packages gtk) #:use-module (gnu packages image) #:use-module (gnu packages linux) @@ -101,7 +102,7 @@ ability to dynamically change wallpapers through sockets") hyprutils linux-pam pango - sdbus-c++-next + sdbus-c++ wayland wayland-protocols-next)) (arguments |