diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-01 18:03:31 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-01 18:03:31 +0530 | 
| commit | 1a67a1352b08a59603b471f1838772512350641f (patch) | |
| tree | 4e33b5d47364c8d0606a71a34e843ade81daf6ce /packages/dwlb.nix | |
| parent | f216fd893665c510c2819acb5f10b47e6d9fdb53 (diff) | |
Back to dwl
Diffstat (limited to 'packages/dwlb.nix')
| -rw-r--r-- | packages/dwlb.nix | 8 | 
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" ]; | 
