Skip to content

Commit

Permalink
playerctl: enable zsh completions (#341057)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 12, 2024
2 parents 8ef7d0a + 0097acf commit 366e429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/tools/audio/playerctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ stdenv.mkDerivation rec {
buildInputs = [ glib ];

mesonFlags = [
"-Dbash-completions=true"
(lib.mesonBool "bash-completions" true)
(lib.mesonBool "zsh-completions" true)
(lib.mesonBool "gtk-doc" withDocs)
];

Expand Down

0 comments on commit 366e429

Please sign in to comment.