bumblebee-status: python -> python3 plugins argument (#406695)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-20 00:59:43 +02:00
committed by GitHub
@@ -1,12 +1,12 @@
{
pkgs,
python,
python3,
...
}:
# propagatedBuildInputs are for Python libraries and executables
# buildInputs are for libraries
let
py = python.pkgs;
py = python3.pkgs;
in
{
amixer.propagatedBuildInputs = [ pkgs.alsa-utils ];