manta: fix build (#355360)

This commit is contained in:
Christian Kögler
2025-01-01 23:37:22 +01:00
committed by GitHub
+2
View File
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
PYTHONPATH=$out/lib/python/pyflow:$PYTHONPATH python -c 'import pyflowTaskWrapper; import pyflow'
'';
env.NIX_CFLAGS_COMPILE = "-Wno-error=array-bounds";
meta = with lib; {
description = "Structural variant caller";
license = licenses.gpl3;