8 python3Packages.buildPythonApplication rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-J9R6UGfj3vaPfn0vmjeRMsHryc/1pxoKyIE9wteVYbY=";
25 build-system = with python3Packages; [ sip ];
27 dependencies = with python3Packages; [
32 pythonImportsCheck = [ "meteo_qt" ];
34 makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ];
37 description = "System tray application for weather status information";
38 homepage = "https://github.com/dglent/meteo-qt";
39 changelog = "https://github.com/dglent/meteo-qt/blob/${src.rev}/CHANGELOG";
40 license = lib.licenses.gpl3Only;
41 maintainers = with lib.maintainers; [ linuxissuper ];
42 mainProgram = "meteo-qt";
43 platforms = lib.platforms.linux;