minia: Passes -Wno-format so need to disable format hardening

This commit is contained in:
Tyson Whitehead
2019-04-30 12:16:21 -04:00
parent 0ff19d8d05
commit e7f97c0bae

View File

@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
zlib
];
hardeningDisable = [ "format" ];
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;