8 python3Packages.buildPythonApplication rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-J9R6UGfj3vaPfn0vmjeRMsHryc/1pxoKyIE9wteVYbY=";
25 build-system = with python3Packages; [ sip ];
27 dependencies = with python3Packages; [
33 mv $out/${python3Packages.python.sitePackages}/usr/share $out/share
36 pythonImportsCheck = [ "meteo_qt" ];
38 makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ];
41 description = "System tray application for weather status information";
42 homepage = "https://github.com/dglent/meteo-qt";
43 changelog = "https://github.com/dglent/meteo-qt/blob/${src.rev}/CHANGELOG";
44 license = lib.licenses.gpl3Only;
45 maintainers = with lib.maintainers; [ linuxissuper ];
46 mainProgram = "meteo-qt";
47 platforms = lib.platforms.linux;