1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

Merge pull request #16204 from vrthra/mlterm

mlterm: Disable darwin compilaton
This commit is contained in:
Joachim Fasting 2016-06-14 03:09:46 +02:00 committed by GitHub
commit 3123c7df37

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;
};
}