Merge pull request #76613 from alyssais/kmymoney

kmymoney: fix build
This commit is contained in:
Maximilian Bosch 2019-12-28 19:25:54 +01:00 committed by GitHub
commit a9e86bbd83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [