minia: Add all platforms and enable parallel building

This commit is contained in:
Tyson Whitehead
2019-03-15 10:58:52 -04:00
parent 4337c7bae2
commit 1965334f5a

View File

@@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A short-read assembler based on a de Bruijn graph, capable of assembling a human genome on a desktop computer in a day.";
homepage = https://github.com/GATB/minia;
platforms = platforms.all;
license = licenses.gpl3;
};
enableParallelBuilding = true;
}