summary refs log tree commit diff
path: root/pkgs/applications/audio/gpodder/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-02-20 11:12:42 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-02-20 11:14:30 +0000
commit4d1e72cfbb8de0d8adf2c047aad14f29eb4f77bf (patch)
tree8b434221831d122ec1c67c482b940ff54cdc5c9a /pkgs/applications/audio/gpodder/default.nix
parentc7aa4fd65bbd2ec5715da6fd164b74a95d41cd5b (diff)
downloadnixpkgs-4d1e72cfbb8de0d8adf2c047aad14f29eb4f77bf.tar
nixpkgs-4d1e72cfbb8de0d8adf2c047aad14f29eb4f77bf.tar.gz
nixpkgs-4d1e72cfbb8de0d8adf2c047aad14f29eb4f77bf.tar.bz2
nixpkgs-4d1e72cfbb8de0d8adf2c047aad14f29eb4f77bf.tar.lz
nixpkgs-4d1e72cfbb8de0d8adf2c047aad14f29eb4f77bf.tar.xz
nixpkgs-4d1e72cfbb8de0d8adf2c047aad14f29eb4f77bf.tar.zst
nixpkgs-4d1e72cfbb8de0d8adf2c047aad14f29eb4f77bf.zip
gpodder: 3.10.0 -> 3.10.1
also add defaultIconTheme back
Diffstat (limited to 'pkgs/applications/audio/gpodder/default.nix')
-rw-r--r--pkgs/applications/audio/gpodder/default.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix
index bdb32ab01e2..0cf5a361003 100644
--- a/pkgs/applications/audio/gpodder/default.nix
+++ b/pkgs/applications/audio/gpodder/default.nix
@@ -5,7 +5,7 @@
 
 python3Packages.buildPythonApplication rec {
   name = "gpodder-${version}";
-  version = "3.10.0";
+  version = "3.10.1";
 
   format = "other";
 
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
     owner = "gpodder";
     repo = "gpodder";
     rev = version;
-    sha256 = "0f3m1kcj641xiwsxan66k81lvslkl3aziakn5z17y4mmdci79jv0";
+    sha256 = "1cqhm5h0kkdb2m691dbj8i3bixl7bw0iww2pl6k1jkz8mgafyd9d";
   };
 
   postPatch = with stdenv.lib; ''
@@ -26,7 +26,11 @@ python3Packages.buildPythonApplication rec {
     glibcLocales
   ];
 
-  buildInputs = [ python3 gobjectIntrospection ];
+  buildInputs = [
+    python3
+    gobjectIntrospection
+    gnome3.defaultIconTheme
+  ];
 
   checkInputs = with python3Packages; [
     coverage minimock