plasma5Packages.kdev-python: use current python3

This commit is contained in:
Sandro Jäckel
2025-01-25 20:01:50 +01:00
parent 7f7ec703ed
commit ed91d70e7b
@@ -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 = [