playerctl: enable zsh completions (#341057)
This commit is contained in:
commit
366e429f52
@ -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)
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user