meteo-qt: add .desktop file

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
linuxissuper 2024-11-25 21:51:37 +01:00
parent bdf3bbe6b6
commit 167244df67

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[@]}" ];