hmmer: restrict platforms to x86_64

technically big-endian powerpc with VMX is also supported, but
on x86, SSE is apparently *required* which means we can't build
a pure i686 version

+2 -1
+2 -1
pkgs/applications/science/biology/hmmer/default.nix
··· 20 20 homepage = "http://hmmer.org/"; 21 21 license = licenses.gpl3; 22 22 maintainers = [ maintainers.iimog ]; 23 - platforms = platforms.unix; 23 + # at least SSE is *required* 24 + platforms = platforms.x86_64; 24 25 }; 25 26 }