minia: Passes -Wno-format so need to disable format hardening
This commit is contained in:
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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.";
|
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;
|
homepage = https://github.com/GATB/minia;
|
||||||
|
|||||||
Reference in New Issue
Block a user