mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
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:
parent
c95aef92b9
commit
53c4668e71
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user