Update pkgs/applications/audio/gpodder/default.nix

(cherry picked from commit 0f2685217c7402175988cbb2c525ab072da41904)
This commit is contained in:
Jörg Thalheim 2021-07-28 04:22:19 +01:00 committed by github-actions[bot]
parent a16a4a91ab
commit c4037352d1
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ python3Packages.buildPythonApplication rec {
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 = [