summaryrefslogtreecommitdiff
path: root/packages/dwlb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dwlb.nix')
-rw-r--r--packages/dwlb.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/dwlb.nix b/packages/dwlb.nix
index 39e601a..afc72a4 100644
--- a/packages/dwlb.nix
+++ b/packages/dwlb.nix
@@ -7,6 +7,8 @@
, wayland-protocols
, pixman
, fcft
+, gtk4
+, gtk4-layer-shell
, pkg-config
, writeText
}:
@@ -18,8 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "compromyse";
repo = "dwlb";
- rev = "master";
- hash = "sha256-AI2tkPkr1BSErmDBwreFRaGMjOnmNBi2uEre6uAONPg=";
+ rev = "systray";
+ hash = "sha256-qnAWiU7O4+u0jOp659olCO7f6Pq2kgIK7BLTfnICP0o=";
};
nativeBuildInputs = [
@@ -33,6 +35,8 @@ stdenv.mkDerivation (finalAttrs: {
wayland
wayland-protocols
fcft
+ gtk4
+ gtk4-layer-shell
];
outputs = [ "out" "man" ];