Merge pull request #87282 from symphorien/krop-desktop-file

krop: install desktop file
This commit is contained in:
Lassulus 2020-05-12 23:30:28 +02:00 committed by GitHub
commit 83b618a11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;