kmymoney: fix build

python2 used to be propagated in here, until
4e421aebfe.

Upstream bug to stop using Python 2:
https://bugs.kde.org/show_bug.cgi?id=405383
This commit is contained in:
Alyssa Ross 2019-12-28 15:12:10 +00:00
parent c95aef92b9
commit 53c4668e71
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -10,7 +10,7 @@
# Needed for running tests:
, qtbase, xvfb_run
, python3Packages
, python2, python3Packages
}:
stdenv.mkDerivation rec {
@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
nativeBuildInputs = [
doxygen extra-cmake-modules graphviz kdoctools python3Packages.wrapPython
wrapQtAppsHook
doxygen extra-cmake-modules graphviz kdoctools python2
python3Packages.wrapPython wrapQtAppsHook
];
buildInputs = [