1 { stdenv, lib, fetchFromGitHub, makeWrapper
2 , xwininfo, xdotool, xprop, gawk, coreutils
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 sha256 = "sha256-fHvGXaZL7MMvTnkap341B79PDDo2lOVPPcOH4AX/zXo=";
18 installFlags = [ "PREFIX=$(out)" ];
21 binPath = lib.makeBinPath [
31 wrapProgram $out/bin/tdrop --prefix PATH : ${binPath}
34 nativeBuildInputs = [ makeWrapper ];
37 description = "A Glorified WM-Independent Dropdown Creator";
38 homepage = "https://github.com/noctuid/tdrop";
39 license = licenses.bsd2;
40 platforms = platforms.linux;
41 maintainers = with maintainers; [ ];