17 # shipping a beta build as there's no proper release which supports qtwebengine
18 version = "2.0.0-beta";
20 src = fetchFromGitHub {
24 sha256 = "sha256-XA9Ay9kJApY+bDeOf0iPv+BWYFuTmIuqsLEPgRTCZCE=";
28 # Fix: chmod in the Makefile fails randomly
29 # Move it to preFixup instead
47 strictDeps = false; # breaks qmake
50 export LRELEASE="lrelease"
53 dontWrapQtApps = true;
56 chmod +x $out/bin/notepadqq
57 wrapQtApp $out/bin/notepadqq
60 enableParallelBuilding = true;
63 homepage = "https://notepadqq.com/";
64 description = "Notepad++-like editor for the Linux desktop";
65 license = licenses.gpl3;
66 platforms = platforms.linux;
67 maintainers = [ maintainers.rszibele ];
68 mainProgram = "notepadqq";