From 1a67a1352b08a59603b471f1838772512350641f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 1 May 2024 18:03:31 +0530 Subject: Back to dwl --- packages/dwlb.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'packages/dwlb.nix') 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" ]; -- cgit v1.2.3