Skip to content

Commit

Permalink
meteo-qt: add .desktop file
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
  • Loading branch information
linuxissuper and Aleksanaa committed Nov 29, 2024
1 parent bdf3bbe commit 167244d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/me/meteo-qt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ python3Packages.buildPythonApplication rec {
pyqt5
];

postFixup = ''
mv $out/${python3Packages.python.sitePackages}/usr/share $out/share
'';

pythonImportsCheck = [ "meteo_qt" ];

makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ];
Expand Down

0 comments on commit 167244d

Please sign in to comment.