playerctl: enable zsh completions (#341057)

This commit is contained in:
Nick Cao 2024-09-12 19:59:43 -04:00 committed by GitHub
commit 366e429f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
];