quast: switch to format=other to fix dist phase

This commit is contained in:
Harinn
2026-05-08 17:30:17 +07:00
parent 77d60beab2
commit 253be3aa93
+1 -1
View File
@@ -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";