27 stdenv.mkDerivation rec {
28 pname = "snippetpixie";
31 src = fetchFromGitHub {
35 sha256 = "0gs3d9hdywg4vcfbp4qfcagfjqalfgw9xpvywg4pw1cm3rzbdqmz";
66 chmod +x meson/post_install.py
67 patchShebangs meson/post_install.py
71 updateScript = nix-update-script { };
75 description = "Your little expandable text snippet helper";
77 Your little expandable text snippet helper.
79 Save your often used text snippets and then expand them whenever you type their abbreviation.
81 For example:- "spr`" expands to "Snippet Pixie rules!"
83 For non-accessible applications such as browsers and Electron apps, there's a shortcut (default is Ctrl+`) for opening a search window that pastes the selected snippet.
85 homepage = "https://www.snippetpixie.com";
86 license = licenses.gpl2Plus;
87 maintainers = with maintainers; [ ] ++ teams.pantheon.members;
88 platforms = platforms.linux;
89 mainProgram = "com.github.bytepixie.snippetpixie";