kdb: switch to python3

This commit is contained in:
Armeen Mahdian 2022-04-21 15:00:59 -05:00
parent 187764481b
commit 0116976465

View file

@ -6,7 +6,7 @@
, qtbase
, qttranslations
, kcoreaddons
, python2
, python3
, sqlite
, postgresql
, libmysqlclient
@ -36,7 +36,7 @@ mkDerivation rec {
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qttranslations kcoreaddons python2 sqlite postgresql libmysqlclient ];
buildInputs = [ qttranslations kcoreaddons python3 sqlite postgresql libmysqlclient ];
propagatedBuildInputs = [ qtbase ];