1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 18:12:34 +09:00

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, wrapGAppsHook3,
gst_all_1, gst_all_1,
gobject-introspection, gobject-introspection,
python3Packages, gst-python,
pygobject3,
adwaita-icon-theme, adwaita-icon-theme,
}: }:
@ -37,7 +38,7 @@ buildPythonApplication {
gtk3 gtk3
]; ];
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = [
gst-python gst-python
pygobject3 pygobject3
]; ];