Skip to content

Commit

Permalink
Merge pull request #75914 from grahamc/python3/ki18n
Browse files Browse the repository at this point in the history
kdeFrameworks.ki18n: python2 -> python3
  • Loading branch information
worldofpeace committed Dec 19, 2019
2 parents 7af70d8 + 4e421ae commit beb9ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/kde-frameworks/ki18n.nix
@@ -1,6 +1,6 @@
{
mkDerivation, lib,
extra-cmake-modules, gettext, python,
extra-cmake-modules, gettext, python3,
qtbase, qtdeclarative, qtscript,
}:

Expand All @@ -11,6 +11,6 @@ mkDerivation {
broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
};
nativeBuildInputs = [ extra-cmake-modules ];
propagatedNativeBuildInputs = [ gettext python ];
propagatedNativeBuildInputs = [ gettext python3 ];
buildInputs = [ qtdeclarative qtscript ];
}

0 comments on commit beb9ffe

Please sign in to comment.