bowtie2: broken on aarch64
never built as far back as hydra logs go.
This commit is contained in:
parent
73f1448a1f
commit
c47aafde87
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://bowtie-bio.sf.net/bowtie2;
|
homepage = http://bowtie-bio.sf.net/bowtie2;
|
||||||
maintainers = with maintainers; [ rybern ];
|
maintainers = with maintainers; [ rybern ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = stdenv.isAarch64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user