khal: also install khal.desktop

This commit is contained in:
Will Dietz 2019-08-20 00:31:50 -05:00
parent 8ebb3d8692
commit a38c5118d4
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -36,6 +36,9 @@ with python3.pkgs; buildPythonApplication rec {
# man page
make -C doc man
install -Dm755 doc/build/man/khal.1 -t $out/share/man/man1
# desktop
install -Dm755 misc/khal.desktop -t $out/share/applications
'';
doCheck = !stdenv.isAarch64;