khal: also install khal.desktop
This commit is contained in:
parent
8ebb3d8692
commit
a38c5118d4
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue