Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 31714a442d64
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9f58b7c4bb3b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 2, 2019

  1. catfish: 1.4.7 -> 1.4.10

    romildo authored and Lassulus committed Oct 2, 2019

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    9f58b7c View commit details
Showing with 6 additions and 4 deletions.
  1. +6 −4 pkgs/applications/search/catfish/default.nix
10 changes: 6 additions & 4 deletions pkgs/applications/search/catfish/default.nix
Original file line number Diff line number Diff line change
@@ -5,21 +5,21 @@

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 = [
pythonPackages.distutils_extra
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.