krop: install desktop file

This commit is contained in:
Symphorien Gibol 2020-05-08 12:00:00 +00:00
parent fce7562cf4
commit 6bac73bc4a

View File

@ -24,6 +24,10 @@ python3Packages.buildPythonApplication rec {
"\${qtWrapperArgs[@]}"
];
postInstall = ''
install -m666 -Dt $out/share/applications krop.desktop
'';
# Disable checks because of interference with older Qt versions // xcb
doCheck = false;