sortmerna: mark broken on darwin

This commit is contained in:
Phillip Cloud 2021-01-26 12:55:33 -05:00
parent abed89b112
commit bba47f95f1

View file

@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
platforms = platforms.x86_64;
homepage = "https://bioinfo.lifl.fr/RNA/sortmerna/";
maintainers = with maintainers; [ luispedro ];
broken = stdenv.isDarwin;
};
}