mlterm: Disable darwin compilaton

Mlterm does not compile on darwin due to utmp.h not found.
This commit is contained in:
Rahul Gopinath 2016-06-12 18:36:27 -07:00
parent 8a49ef16f1
commit b3edfdbe21

View File

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = https://sourceforge.net/projects/mlterm/;
license = licenses.bsd2;
maintainers = [ maintainers.vrthra ];
platforms = with platforms; linux ++ darwin;
platforms = with platforms; linux;
};
}