16 # shipping a beta build as there's no proper release which supports qtwebengine
17 version = "2.0.0-beta";
19 src = fetchFromGitHub {
23 sha256 = "sha256-XA9Ay9kJApY+bDeOf0iPv+BWYFuTmIuqsLEPgRTCZCE=";
41 export LRELEASE="lrelease"
44 dontWrapQtApps = true;
47 wrapQtApp $out/bin/notepadqq
50 enableParallelBuilding = true;
53 homepage = "https://notepadqq.com/";
54 description = "Notepad++-like editor for the Linux desktop";
55 license = licenses.gpl3;
56 platforms = platforms.linux;
57 maintainers = [ maintainers.rszibele ];