Merge pull request #146787 from risicle/ris-hmmer-x86_64
This commit is contained in:
commit
8d6a02b049
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://hmmer.org/";
|
homepage = "http://hmmer.org/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.iimog ];
|
maintainers = [ maintainers.iimog ];
|
||||||
platforms = platforms.unix;
|
# at least SSE is *required*
|
||||||
|
platforms = platforms.x86_64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue