9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-tOdKXYfeO+HsYIDDU3fDb76ytRHVOcIqffEjFnLwOTI=";
20 cargoHash = "sha256-yP4tsXCAPE1KUDU5oBIejL4kACK1dNXK7Kmw37VMexM=";
22 nativeBuildInputs = [ pkg-config protobuf ];
23 buildInputs = [ dbus ];
26 description = "Control Google Pixel Buds Pro from the Linux command line.";
27 homepage = "https://github.com/qzed/pbpctrl";
28 license = with licenses; [ asl20 mit ];
29 maintainers = [ maintainers.vanilla ];
30 platforms = platforms.linux;
31 mainProgram = "pbpctrl";