From a16a4a91ab1cb60d943c18349d647ae84f2c3073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 28 Jul 2021 05:20:26 +0200 Subject: [PATCH] gpodder: fix gtk3 wrapping (cherry picked from commit 7355b2bc3d7cb11bd8764a99f31f098ef1849143) --- pkgs/applications/audio/gpodder/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix index 681c6ffe281..7696858ef50 100644 --- a/pkgs/applications/audio/gpodder/default.nix +++ b/pkgs/applications/audio/gpodder/default.nix @@ -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 = [