tiddit: avoid conflicts between different python version.

When it is used in a context where both python2 and python3
are available, this avoids conflicts.
This commit is contained in:
Alexis Praga
2025-08-05 18:46:32 +02:00
parent 0e22dd9743
commit 2e17dc7815
+1
View File
@@ -38,6 +38,7 @@ python3Packages.buildPythonApplication rec {
ropebwt2
]
}"
"--set PYTHONPATH $PYTHONPATH"
];
meta = {