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
|
glibcLocales
|
||||||
];
|
];
|
||||||
|
|
||||||
|
strictDeps = false;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python3
|
python3
|
||||||
|
gtk3
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
];
|
];
|
||||||
@ -49,7 +52,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
eyeD3
|
eyeD3
|
||||||
podcastparser
|
podcastparser
|
||||||
html5lib
|
html5lib
|
||||||
gtk3
|
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user