summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjan Schrijver <github@anymore.nl>2023-03-08 22:06:51 +0100
committerLily Foster <lily@lily.flowers>2023-03-27 20:47:12 -0400
commitd2e8fce9daf96c5c17b14c9bbe1f49366b77bdc5 (patch)
tree846f520dba2f411a9ab6b56da7ffd49ab5b303b6
parentMerge pull request #223391 from NixOS/backport-222898-to-release-22.11 (diff)
downloadnixpkgs-d2e8fce9daf96c5c17b14c9bbe1f49366b77bdc5.tar.gz
qtile: fix pulsevolume widget
(cherry picked from commit fae831109185e5a2d0d78f1c7c62b36185b0657e)
-rw-r--r--pkgs/applications/window-managers/qtile/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/qtile/default.nix b/pkgs/applications/window-managers/qtile/default.nix
index 1279397cccc2..71c7a63671c6 100644
--- a/pkgs/applications/window-managers/qtile/default.nix
+++ b/pkgs/applications/window-managers/qtile/default.nix
@@ -11,6 +11,7 @@
, wayland
, wlroots
, xcbutilcursor
+, pulseaudio
}:
let
@@ -60,6 +61,7 @@ let
pywayland
pywlroots
xkbcommon
+ pulseaudio
];
buildInputs = [