catfish: 1.4.7 -> 1.4.10
This commit is contained in:
parent
31714a442d
commit
9f58b7c4bb
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
majorver = "1.4";
|
majorver = "1.4";
|
||||||
minorver = "7";
|
minorver = "10";
|
||||||
version = "${majorver}.${minorver}";
|
version = "${majorver}.${minorver}";
|
||||||
pname = "catfish";
|
pname = "catfish";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://archive.xfce.org/src/apps/${pname}/${majorver}/${pname}-${version}.tar.bz2";
|
url = "https://archive.xfce.org/src/apps/${pname}/${majorver}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "1s97jb1r07ff40jnz8zianpn1f0c67hssn8ywdi2g7njfb4amjj8";
|
sha256 = "0g9l5sv5d7wmyb23cvpz5mpvjnxiqjh25v9gr5qzhcah202a0wr5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -19,7 +19,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
file
|
file
|
||||||
which
|
which
|
||||||
intltool
|
intltool
|
||||||
gobject-introspection
|
gobject-introspection # for setup hook populating GI_TYPELIB_PATH
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -30,9 +30,11 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
pythonPackages.ptyprocess
|
pythonPackages.ptyprocess
|
||||||
pythonPackages.pycairo
|
pythonPackages.pycairo
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
|
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
pythonPackages.dbus-python
|
||||||
pythonPackages.pygobject3
|
pythonPackages.pygobject3
|
||||||
pythonPackages.pexpect
|
pythonPackages.pexpect
|
||||||
xdg_utils
|
xdg_utils
|
||||||
@ -53,7 +55,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://docs.xfce.org/apps/catfish/start;
|
homepage = https://docs.xfce.org/apps/catfish/start;
|
||||||
description = "A handy file search tool";
|
description = "Handy file search tool";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Catfish is a handy file searching tool. The interface is
|
Catfish is a handy file searching tool. The interface is
|
||||||
intentionally lightweight and simple, using only GTK 3.
|
intentionally lightweight and simple, using only GTK 3.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user