catfish: 1.4.10 -> 1.4.11
This commit is contained in:
parent
323c2ba6b7
commit
6f4b5bf2e7
@ -1,21 +1,19 @@
|
|||||||
{ stdenv, fetchurl, file, which, intltool, gobject-introspection,
|
{ stdenv, fetchurl, file, which, intltool, gobject-introspection,
|
||||||
findutils, xdg_utils, dconf, gtk3, pythonPackages,
|
findutils, xdg_utils, dconf, gtk3, python3Packages,
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
majorver = "1.4";
|
|
||||||
minorver = "10";
|
|
||||||
version = "${majorver}.${minorver}";
|
|
||||||
pname = "catfish";
|
pname = "catfish";
|
||||||
|
version = "1.4.11";
|
||||||
|
|
||||||
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}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "0g9l5sv5d7wmyb23cvpz5mpvjnxiqjh25v9gr5qzhcah202a0wr5";
|
sha256 = "11fdzz3l5mydscs4a398siphxwr6xf3cfyimr0hgpkg3169syyv1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pythonPackages.distutils_extra
|
python3Packages.distutils_extra
|
||||||
file
|
file
|
||||||
which
|
which
|
||||||
intltool
|
intltool
|
||||||
@ -26,16 +24,16 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
dconf
|
dconf
|
||||||
pythonPackages.pyxdg
|
python3Packages.pyxdg
|
||||||
pythonPackages.ptyprocess
|
python3Packages.ptyprocess
|
||||||
pythonPackages.pycairo
|
python3Packages.pycairo
|
||||||
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
|
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pythonPackages.dbus-python
|
python3Packages.dbus-python
|
||||||
pythonPackages.pygobject3
|
python3Packages.pygobject3
|
||||||
pythonPackages.pexpect
|
python3Packages.pexpect
|
||||||
xdg_utils
|
xdg_utils
|
||||||
findutils
|
findutils
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user