lib3270: mark broken on darwin

This commit is contained in:
Peder Bergebakken Sundt 2025-06-27 09:31:15 +02:00
parent e071ddf048
commit e963262422

View File

@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/PerryWerneck/lib3270";
license = licenses.lgpl3Plus;
maintainers = [ maintainers.vifino ];
broken = stdenv.hostPlatform.isDarwin;
};
}