about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ocrfeeder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/ocrfeeder/default.nix')
-rw-r--r--pkgs/applications/graphics/ocrfeeder/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ocrfeeder/default.nix b/pkgs/applications/graphics/ocrfeeder/default.nix
index 7319d4aa84e39..2cd3299c6175f 100644
--- a/pkgs/applications/graphics/ocrfeeder/default.nix
+++ b/pkgs/applications/graphics/ocrfeeder/default.nix
@@ -64,5 +64,7 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ doronbehar ];
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
+    # Compiles, but doesn't launch, see: https://gitlab.gnome.org/GNOME/ocrfeeder/-/issues/83
+    broken = true;
   };
 }