summary refs log tree commit diff
path: root/pkgs/applications/audio/gpodder/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-28 06:01:04 +0000
committerGitHub <noreply@github.com>2021-07-28 06:01:04 +0000
commit86197a8023b233a84be08d43ac933688fcbd057e (patch)
tree39901f857523707d62552c4563a270d8137edbfd /pkgs/applications/audio/gpodder/default.nix
parentef4ddefb6e17a76dfbc5d214d5000651687c7860 (diff)
parentb4b29c1c7b7c03e14d1d7b54fac702bc005753e9 (diff)
downloadnixpkgs-86197a8023b233a84be08d43ac933688fcbd057e.tar
nixpkgs-86197a8023b233a84be08d43ac933688fcbd057e.tar.gz
nixpkgs-86197a8023b233a84be08d43ac933688fcbd057e.tar.bz2
nixpkgs-86197a8023b233a84be08d43ac933688fcbd057e.tar.lz
nixpkgs-86197a8023b233a84be08d43ac933688fcbd057e.tar.xz
nixpkgs-86197a8023b233a84be08d43ac933688fcbd057e.tar.zst
nixpkgs-86197a8023b233a84be08d43ac933688fcbd057e.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/audio/gpodder/default.nix')
-rw-r--r--pkgs/applications/audio/gpodder/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix
index 681c6ffe281..cd5e476b884 100644
--- a/pkgs/applications/audio/gpodder/default.nix
+++ b/pkgs/applications/audio/gpodder/default.nix
@@ -29,8 +29,14 @@ 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 = [
     python3
+    gtk3
     gobject-introspection
     gnome.adwaita-icon-theme
   ];
@@ -49,7 +55,6 @@ python3Packages.buildPythonApplication rec {
     eyeD3
     podcastparser
     html5lib
-    gtk3
   ];
 
   makeFlags = [