about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ocrfeeder/default.nix
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2022-04-03 22:30:50 +0300
committerDoron Behar <doron.behar@gmail.com>2022-04-03 22:30:50 +0300
commit84f98081dc5ec0992757cb5099b4c537a08a938b (patch)
tree6032d3f475ba2d31ceea2098891f46bc73fe510a /pkgs/applications/graphics/ocrfeeder/default.nix
parent2f7dda4450092f9f3019d131784c4c098f30d6a8 (diff)
ocrfeeder: Mark as broken due to upstream issue
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;
   };
 }