kmymoney: fix build
python2 used to be propagated in here, until 4e421aebfeba474ece5c77f421ce8ceb61704e0c. Upstream bug to stop using Python 2: https://bugs.kde.org/show_bug.cgi?id=405383
This commit is contained in:
parent
c95aef92b9
commit
53c4668e71
@ -10,7 +10,7 @@
|
|||||||
# Needed for running tests:
|
# Needed for running tests:
|
||||||
, qtbase, xvfb_run
|
, qtbase, xvfb_run
|
||||||
|
|
||||||
, python3Packages
|
, python2, python3Packages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
doxygen extra-cmake-modules graphviz kdoctools python3Packages.wrapPython
|
doxygen extra-cmake-modules graphviz kdoctools python2
|
||||||
wrapQtAppsHook
|
python3Packages.wrapPython wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user