summary refs log tree commit diff
path: root/pkgs/applications/search
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-10-01 14:43:36 -0300
committerLassulus <github@lassul.us>2019-10-02 22:28:13 +0200
commit9f58b7c4bb3bf9c7f14c4bce519a61e62c131086 (patch)
tree06f141cffe4df077ddf6fdd0a91058d9785ee65d /pkgs/applications/search
parent31714a442d64ad634b9b116a91c86a3d913235bd (diff)
downloadnixpkgs-9f58b7c4bb3bf9c7f14c4bce519a61e62c131086.tar
nixpkgs-9f58b7c4bb3bf9c7f14c4bce519a61e62c131086.tar.gz
nixpkgs-9f58b7c4bb3bf9c7f14c4bce519a61e62c131086.tar.bz2
nixpkgs-9f58b7c4bb3bf9c7f14c4bce519a61e62c131086.tar.lz
nixpkgs-9f58b7c4bb3bf9c7f14c4bce519a61e62c131086.tar.xz
nixpkgs-9f58b7c4bb3bf9c7f14c4bce519a61e62c131086.tar.zst
nixpkgs-9f58b7c4bb3bf9c7f14c4bce519a61e62c131086.zip
catfish: 1.4.7 -> 1.4.10
Diffstat (limited to 'pkgs/applications/search')
-rw-r--r--pkgs/applications/search/catfish/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/search/catfish/default.nix b/pkgs/applications/search/catfish/default.nix
index 983a5153ee2..30b9b9c273d 100644
--- a/pkgs/applications/search/catfish/default.nix
+++ b/pkgs/applications/search/catfish/default.nix
@@ -5,13 +5,13 @@
 
 pythonPackages.buildPythonApplication rec {
   majorver = "1.4";
-  minorver = "7";
+  minorver = "10";
   version = "${majorver}.${minorver}";
   pname = "catfish";
 
   src = fetchurl {
     url = "https://archive.xfce.org/src/apps/${pname}/${majorver}/${pname}-${version}.tar.bz2";
-    sha256 = "1s97jb1r07ff40jnz8zianpn1f0c67hssn8ywdi2g7njfb4amjj8";
+    sha256 = "0g9l5sv5d7wmyb23cvpz5mpvjnxiqjh25v9gr5qzhcah202a0wr5";
   };
 
   nativeBuildInputs = [
@@ -19,7 +19,7 @@ pythonPackages.buildPythonApplication rec {
     file
     which
     intltool
-    gobject-introspection
+    gobject-introspection # for setup hook populating GI_TYPELIB_PATH
     wrapGAppsHook
   ];
 
@@ -30,9 +30,11 @@ pythonPackages.buildPythonApplication rec {
     pythonPackages.ptyprocess
     pythonPackages.pycairo
     hicolor-icon-theme
+    gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
   ];
 
   propagatedBuildInputs = [
+    pythonPackages.dbus-python
     pythonPackages.pygobject3
     pythonPackages.pexpect
     xdg_utils
@@ -53,7 +55,7 @@ pythonPackages.buildPythonApplication rec {
 
   meta = with stdenv.lib; {
     homepage = https://docs.xfce.org/apps/catfish/start;
-    description = "A handy file search tool";
+    description = "Handy file search tool";
     longDescription = ''
       Catfish is a handy file searching tool. The interface is
       intentionally lightweight and simple, using only GTK 3.