mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
meteo-qt: add .desktop file (#359109)
This commit is contained in:
commit
cf833bdebf
@ -29,6 +29,10 @@ python3Packages.buildPythonApplication rec {
|
||||
pyqt5
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
mv $out/${python3Packages.python.sitePackages}/usr/share $out/share
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "meteo_qt" ];
|
||||
|
||||
makeWrapperArgs = [ "\${qtWrapperArgs[@]}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user