yed: unmark broken

This commit is contained in:
Ryan Burns 2020-11-23 20:00:24 -08:00
parent abfd29cace
commit fa9850e975

View File

@ -35,6 +35,5 @@ stdenv.mkDerivation rec {
description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
platforms = jre.meta.platforms;
maintainers = with maintainers; [ abbradar ];
broken = !("gtk3" ? jre);
};
}