ocrfeeder: Mark as broken due to upstream issue

This commit is contained in:
Doron Behar 2022-04-03 22:30:50 +03:00
parent 2f7dda4450
commit 84f98081dc

View File

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