bwa: Broken on i686

http://hydra.nixos.org/build/38236956
This commit is contained in:
Tuomas Tynkkynen 2016-08-06 16:46:04 +03:00
parent fcc3a1b41d
commit f87f37c1ee

View file

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
homepage = http://bio-bwa.sourceforge.net/;
maintainers = with maintainers; [ luispedro ];
platforms = with platforms; linux;
platforms = [ "x86_64-linux" ];
};
}