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:
commit
3123c7df37
|
@ -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 a new issue