Unverified Commit 366e429f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

playerctl: enable zsh completions (#341057)

parents 8ef7d0ae 0097acf5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)
  ];