quast: switch to format=other to fix dist phase
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
pname = "quast";
|
||||
version = "5.3.0";
|
||||
format = "setuptools";
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ablab/quast/releases/download/quast_${version}/quast-${version}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user