mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +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,
|
||||
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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue