0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

meteo-qt: add .desktop file

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
(cherry picked from commit 167244df67)
This commit is contained in:
linuxissuper 2024-11-25 21:51:37 +01:00 committed by github-actions[bot]
parent 0af2dc8081
commit f22dff8ac8

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