meteo-qt: add .desktop file (#359109)

This commit is contained in:
Aleksana 2024-11-30 12:41:44 +08:00 committed by GitHub
commit cf833bdebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,10 @@ python3Packages.buildPythonApplication rec {
pyqt5
];
postFixup = ''
mv $out/${python3Packages.python.sitePackages}/usr/share $out/share
'';
pythonImportsCheck = [ "meteo_qt" ];
makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ];