meteo-qt: add .desktop file
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
parent
bdf3bbe6b6
commit
167244df67
@ -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