Merge pull request #104572 from r-burns/yed

yed: unmark broken
This commit is contained in:
Lassulus 2020-11-26 22:39:25 +01:00 committed by GitHub
commit 93017949e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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