mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
[Backport release-24.11] meteo-qt: add .desktop file (#360300)
This commit is contained in:
commit
f888ea1edd
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ python3Packages.buildPythonApplication rec {
|
|||
pyqt5
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
mv $out/${python3Packages.python.sitePackages}/usr/share $out/share
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "meteo_qt" ];
|
||||
|
||||
makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue