1 { lib, mkDerivation, cmake, hunspell, pkg-config, qttools, qtbase, qtsvg, qtx11extras
8 src = fetchFromGitHub {
12 sha256 = "sha256-8IT/PxLz6BsLHzY5pM0bTlAO0xvfC7/aI7+Gbw2LyME=";
15 nativeBuildInputs = [ cmake pkg-config qttools ];
16 buildInputs = [ hunspell qtbase qtsvg qtx11extras ];
19 description = "Lightweight Qt5 Plain-Text Editor for Linux";
20 homepage = "https://github.com/tsujan/FeatherPad";
21 platforms = platforms.linux;
22 maintainers = [ maintainers.flosse ];
23 license = licenses.gpl3Plus;