14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "1gmy5inlghycsxiwnyyjyv81jn2fmfk3s9x78kcgyf7khzb5kwvj";
25 nativeBuildInputs = [ makeWrapper ];
28 install -Dm 755 todofi.sh -t $out/bin
32 patchShebangs $out/bin
33 wrapProgram $out/bin/todofi.sh --prefix PATH : "${
46 description = "Todo-txt + Rofi = Todofi.sh";
47 mainProgram = "todofi.sh";
48 homepage = "https://github.com/hugokernel/todofi.sh";
49 license = licenses.mit;
50 maintainers = with maintainers; [ ewok ];
51 platforms = platforms.linux;