meteo-qt: add .desktop file

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
linuxissuper
2024-11-29 18:57:10 +01:00
co-authored by Aleksana
parent bdf3bbe6b6
commit 167244df67
+4
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[@]}" ];