From b3edfdbe217d401873f9e90d9099fc34ab34fec4 Mon Sep 17 00:00:00 2001 From: Rahul Gopinath Date: Sun, 12 Jun 2016 18:36:27 -0700 Subject: mlterm: Disable darwin compilaton Mlterm does not compile on darwin due to utmp.h not found. --- pkgs/applications/misc/mlterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/mlterm/default.nix b/pkgs/applications/misc/mlterm/default.nix index cfcff9554e7d..80d0c136628e 100644 --- a/pkgs/applications/misc/mlterm/default.nix +++ b/pkgs/applications/misc/mlterm/default.nix @@ -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; }; } -- cgit 1.4.1