kmymoney: 5.0.5 -> 5.0.7
This commit is contained in:
parent
1e501c868b
commit
91f4d7a818
@ -10,17 +10,16 @@
|
|||||||
# Needed for running tests:
|
# Needed for running tests:
|
||||||
, qtbase, xvfb_run
|
, qtbase, xvfb_run
|
||||||
|
|
||||||
# For weboob, which only supports Python 2.x:
|
, python3Packages
|
||||||
, python2Packages
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kmymoney";
|
pname = "kmymoney";
|
||||||
version = "5.0.5";
|
version = "5.0.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/kmymoney/${version}/src/${pname}-${version}.tar.xz";
|
url = "mirror://kde/stable/kmymoney/${version}/src/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1hghs4676kn2giwpwz1y7p6djpmi41x64idf3ybiz8ky14a5s977";
|
sha256 = "1h5mzvgpfyl2j66b3nsw17yxvg0ja1qhjlcmfkz62221vcqsrp6m";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Hidden dependency that wasn't included in CMakeLists.txt:
|
# Hidden dependency that wasn't included in CMakeLists.txt:
|
||||||
@ -29,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
doxygen extra-cmake-modules graphviz kdoctools python2Packages.wrapPython
|
doxygen extra-cmake-modules graphviz kdoctools python3Packages.wrapPython
|
||||||
wrapQtAppsHook
|
wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -41,10 +40,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# Put it into buildInputs so that CMake can find it, even though we patch
|
# Put it into buildInputs so that CMake can find it, even though we patch
|
||||||
# it into the interface later.
|
# it into the interface later.
|
||||||
python2Packages.weboob
|
python3Packages.weboob
|
||||||
];
|
];
|
||||||
|
|
||||||
weboobPythonPath = [ python2Packages.weboob ];
|
weboobPythonPath = [ python3Packages.weboob ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
buildPythonPath "$weboobPythonPath"
|
buildPythonPath "$weboobPythonPath"
|
||||||
@ -70,6 +69,5 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://kmymoney.org/;
|
homepage = https://kmymoney.org/;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user