plasma5Packages.kdev-python: use current python3 (#376779)

This commit is contained in:
Nick Cao
2025-01-27 16:52:01 -05:00
committed by GitHub
@@ -6,18 +6,14 @@
threadweaver,
ktexteditor,
kdevelop-unwrapped,
python39,
python3,
}:
let
# FIXME: stick with python 3.9 until MR supporting 3.10 is ready:
# https://invent.kde.org/kdevelop/kdev-python/-/merge_requests/16
python = python39;
in
mkDerivation rec {
mkDerivation {
pname = "kdev-python";
cmakeFlags = [
"-DPYTHON_EXECUTABLE=${python}/bin/python"
"-DPYTHON_EXECUTABLE=${lib.getExe python3}"
];
nativeBuildInputs = [