Unverified Commit 6482aafb authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

tiddit: avoid conflicts between different python version. (#431221)

parents a7219a25 2e17dc78
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 = {