gscrabble: don't use python3Packages for dependencies

This commit is contained in:
Wroclaw 2025-04-03 16:47:54 +02:00
parent 51712b9cec
commit 08739912ce

View file

@ -6,7 +6,8 @@
wrapGAppsHook3,
gst_all_1,
gobject-introspection,
python3Packages,
gst-python,
pygobject3,
adwaita-icon-theme,
}:
@ -37,7 +38,7 @@ buildPythonApplication {
gtk3
];
propagatedBuildInputs = with python3Packages; [
propagatedBuildInputs = [
gst-python
pygobject3
];