16 stdenvNoCC.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-TKSiwpoc1RSct8JzLHeM5SZaIT8fQUmAmY45OKbvQ9E=";
32 makeFlags = [ "PREFIX=$(out)" ];
35 wrapProgram $out/bin/hdrop --prefix PATH ':' \
45 ++ lib.optional withHyprland hyprland
51 description = "Emulate 'tdrop' in Hyprland (run, show and hide specific programs per keybind)";
52 homepage = "https://github.com/Schweber/hdrop";
53 changelog = "https://github.com/Schweber/hdrop/releases/tag/v${version}";
54 license = licenses.agpl3Only;
55 platforms = platforms.linux;
56 maintainers = with maintainers; [ Schweber ];
57 mainProgram = "hdrop";