summary refs log tree commit diff
path: root/pkgs/applications/graphics/yed
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2020-11-23 20:00:24 -0800
committerRyan Burns <rtburns@protonmail.com>2020-11-23 20:00:24 -0800
commitfa9850e975db8652e42bf0c10be791b4400effc8 (patch)
treeeafb25b22253525ac845a6399ff876fd5da9f256 /pkgs/applications/graphics/yed
parentabfd29cace6fbfdc2a13dd4fc3b48db95973d05d (diff)
downloadnixpkgs-fa9850e975db8652e42bf0c10be791b4400effc8.tar
nixpkgs-fa9850e975db8652e42bf0c10be791b4400effc8.tar.gz
nixpkgs-fa9850e975db8652e42bf0c10be791b4400effc8.tar.bz2
nixpkgs-fa9850e975db8652e42bf0c10be791b4400effc8.tar.lz
nixpkgs-fa9850e975db8652e42bf0c10be791b4400effc8.tar.xz
nixpkgs-fa9850e975db8652e42bf0c10be791b4400effc8.tar.zst
nixpkgs-fa9850e975db8652e42bf0c10be791b4400effc8.zip
yed: unmark broken
Diffstat (limited to 'pkgs/applications/graphics/yed')
-rw-r--r--pkgs/applications/graphics/yed/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/yed/default.nix b/pkgs/applications/graphics/yed/default.nix
index fb74c3d2d1a..d7c83704dca 100644
--- a/pkgs/applications/graphics/yed/default.nix
+++ b/pkgs/applications/graphics/yed/default.nix
@@ -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);
   };
 }