Skip to content

Commit

Permalink
pythonPackages.alot: install zsh completion
Browse files Browse the repository at this point in the history
(cherry picked from commit 97816be)
  • Loading branch information
teto authored and Mic92 committed Sep 6, 2018
1 parent cec33e2 commit 77a56c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/alot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ buildPythonPackage rec {
mkdir -p $out/share/{applications,alot}
cp -r extra/themes $out/share/alot
install -D extra/completion/alot-completion.zsh $out/share/zsh/site-functions/_alot
sed "s,/usr/bin,$out/bin,g" extra/alot.desktop > $out/share/applications/alot.desktop
'';

Expand Down

0 comments on commit 77a56c9

Please sign in to comment.