mpdris2: replace python3.pkgs with python3Packages

This commit is contained in:
Acid Bong
2025-09-02 11:23:43 +03:00
parent 18e12f4929
commit 4823644b95
+3 -3
View File
@@ -7,11 +7,11 @@
gobject-introspection,
intltool,
libnotify,
python3,
python3Packages,
wrapGAppsHook3,
}:
python3.pkgs.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "mpDris2";
version = "0.9.1";
format = "other";
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
libnotify
];
propagatedBuildInputs = with python3.pkgs; [
propagatedBuildInputs = with python3Packages; [
dbus-python
mpd2
mutagen