gpodder: fix gtk3 wrapping
(cherry picked from commit 7355b2bc3d7cb11bd8764a99f31f098ef1849143)
This commit is contained in:
parent
0562809586
commit
a16a4a91ab
|
@ -29,8 +29,11 @@ python3Packages.buildPythonApplication rec {
|
|||
glibcLocales
|
||||
];
|
||||
|
||||
strictDeps = false;
|
||||
|
||||
buildInputs = [
|
||||
python3
|
||||
gtk3
|
||||
gobject-introspection
|
||||
gnome.adwaita-icon-theme
|
||||
];
|
||||
|
@ -49,7 +52,6 @@ python3Packages.buildPythonApplication rec {
|
|||
eyeD3
|
||||
podcastparser
|
||||
html5lib
|
||||
gtk3
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
|
|
Loading…
Reference in New Issue