summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-05-01 18:03:31 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-05-01 18:03:31 +0530
commit1a67a1352b08a59603b471f1838772512350641f (patch)
tree4e33b5d47364c8d0606a71a34e843ade81daf6ce /packages
parentf216fd893665c510c2819acb5f10b47e6d9fdb53 (diff)
Back to dwl
Diffstat (limited to 'packages')
-rw-r--r--packages/dwl.nix2
-rw-r--r--packages/dwlb.nix8
2 files changed, 7 insertions, 3 deletions
diff --git a/packages/dwl.nix b/packages/dwl.nix
index 3a93fc1..d816ced 100644
--- a/packages/dwl.nix
+++ b/packages/dwl.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "compromyse";
repo = "dwl";
rev = "master";
- hash = "sha256-I669/sfrp0IfJ4CTKF0x3qeLX29PIjOGcpb6YfucAaI=";
+ hash = "sha256-5ibgWFc6qnpY2wPCt3bgK8qaHmebFXdKPEz35obSwpc=";
};
nativeBuildInputs = [
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" ];