diff options
Diffstat (limited to '')
| -rw-r--r-- | packages/dwl.nix | 2 | ||||
| -rw-r--r-- | packages/dwlb.nix | 8 | 
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" ];  | 
