15 stdenv.mkDerivation rec {
16 pname = "focuswriter";
19 src = fetchFromGitHub {
23 hash = "sha256-FFfNjjVwi0bE6oc8LYhXrCKd+nwRQrjWzK5P4DSIIgs=";
26 nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];
27 buildInputs = [ hunspell qtbase qtmultimedia qt5compat qtwayland ];
29 installFlags = [ "INSTALL_ROOT=$(out)" ];
32 description = "Simple, distraction-free writing environment";
33 license = licenses.gpl3Plus;
34 maintainers = with maintainers; [ madjar kashw2 ];
35 platforms = platforms.linux;
36 homepage = "https://gottcode.org/focuswriter/";
37 mainProgram = "focuswriter";