10 pname = "nwg-dock-hyprland";
13 src = fetchFromGitHub {
17 sha256 = "sha256-Lekvk3tQfeOR+Ltbc5b7TMiUZpktZ2nvCtUncrFb+Kc=";
20 vendorHash = "sha256-5fN/6HASfTMb80YYAIoWRqnRGMvvX4d8C2UvOc0jQU0=";
22 ldflags = [ "-s" "-w" ];
24 nativeBuildInputs = [ pkg-config wrapGAppsHook ];
25 buildInputs = [ gtk-layer-shell ];
28 description = "GTK3-based dock for Hyprland";
29 mainProgram = "nwg-dock-hyprland";
30 homepage = "https://github.com/nwg-piotr/nwg-dock-hyprland";
31 license = licenses.mit;
32 platforms = platforms.linux;
33 maintainers = with maintainers; [ aleksana ];