Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c42545445aa0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7d252dfb0ff
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 13, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c539d7c View commit details
  2. Merge pull request #90209 from berbiche/playerctl-bash-completions

    playerctl: enable bash completions
    marsam authored Jun 13, 2020
    Copy the full SHA
    b7d252d View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 pkgs/tools/audio/playerctl/default.nix
2 changes: 2 additions & 0 deletions pkgs/tools/audio/playerctl/default.nix
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja pkgconfig gtk-doc docbook_xsl gobject-introspection ];
buildInputs = [ glib ];

mesonFlags = [ "-Dbash-completions=true" ];

meta = with stdenv.lib; {
description = "Command-line utility and library for controlling media players that implement MPRIS";
homepage = "https://github.com/acrisci/playerctl";