mlterm: Disable darwin compilaton
Mlterm does not compile on darwin due to utmp.h not found.
This commit is contained in:
parent
8a49ef16f1
commit
b3edfdbe21
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user