3 buildPythonApplication,
17 buildPythonApplication rec {
18 pname = "rednotebook";
22 src = fetchFromGitHub {
23 owner = "jendrikseipp";
26 sha256 = "sha256-ytaj29xZflq20+6Iqmynsr34Q9DP5uOvSBkg+vIWXgU=";
29 # We have not packaged tests.
32 nativeBuildInputs = [ gobject-introspection ];
34 build-system = [ setuptools ];
36 propagatedBuildInputs = [
48 "--set GI_TYPELIB_PATH $GI_TYPELIB_PATH"
49 "--prefix XDG_DATA_DIRS : $out/share"
50 "--suffix XDG_DATA_DIRS : $XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
53 pythonImportsCheck = [ "rednotebook" ];
56 homepage = "https://rednotebook.sourceforge.io/";
57 changelog = "https://github.com/jendrikseipp/rednotebook/blob/v${version}/CHANGELOG.md";
58 description = "Modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
59 license = licenses.gpl2Plus;
60 maintainers = with maintainers; [ orivej ];
61 mainProgram = "rednotebook";