python/wrapper: use the python that's already added

requiredPythonModules always adds a python element.
This commit is contained in:
Eman Resu
2026-05-11 20:47:17 -04:00
parent 0f027769b2
commit bc3ca125eb
@@ -23,7 +23,7 @@
let
env =
let
paths = requiredPythonModules (extraLibs ++ [ python ]) ++ [
paths = requiredPythonModules extraLibs ++ [
(runCommand "bin" { } ''
mkdir -p $out/bin
'')