Commit 2e17dc78 authored by Alexis Praga's avatar Alexis Praga
Browse files

tiddit: avoid conflicts between different python version.

When it is used in a context where both python2 and python3
are available, this avoids conflicts.
parent 0e22dd97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ python3Packages.buildPythonApplication rec {
        ropebwt2
      ]
    }"
    "--set PYTHONPATH $PYTHONPATH"
  ];

  meta = {