Merge pull request #87282 from symphorien/krop-desktop-file
krop: install desktop file
This commit is contained in:
commit
83b618a11b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user