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:
parent
51712b9cec
commit
08739912ce
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue