Merge pull request #131784 from NixOS/backport-131765-to-release-21.05
[Backport release-21.05] gpodder: fix gtk3 wrapping
This commit is contained in:
commit
ccd782596c
@ -29,8 +29,14 @@ python3Packages.buildPythonApplication rec {
|
|||||||
glibcLocales
|
glibcLocales
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# as of 2021-07, the gobject-introspection setup hook does not
|
||||||
|
# work with `strictDeps` enabled, thus for proper `wrapGAppsHook`
|
||||||
|
# it needs to be disabled explicitly. https://github.com/NixOS/nixpkgs/issues/56943
|
||||||
|
strictDeps = false;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python3
|
python3
|
||||||
|
gtk3
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
];
|
];
|
||||||
@ -49,7 +55,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
eyeD3
|
eyeD3
|
||||||
podcastparser
|
podcastparser
|
||||||
html5lib
|
html5lib
|
||||||
gtk3
|
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user