Merge pull request #16204 from vrthra/mlterm

mlterm: Disable darwin compilaton

authored by Joachim Fasting and committed by GitHub 3123c7df 7ae1e9bb

+1 -1
+1 -1
pkgs/applications/misc/mlterm/default.nix
··· 33 homepage = https://sourceforge.net/projects/mlterm/; 34 license = licenses.bsd2; 35 maintainers = [ maintainers.vrthra ]; 36 - platforms = with platforms; linux ++ darwin; 37 }; 38 }
··· 33 homepage = https://sourceforge.net/projects/mlterm/; 34 license = licenses.bsd2; 35 maintainers = [ maintainers.vrthra ]; 36 + platforms = with platforms; linux; 37 }; 38 }