lol

liblouis: mark as broken

+3 -1
+2 -1
pkgs/applications/misc/orca/default.nix
··· 34 34 ]; 35 35 36 36 propagatedBuildInputs = [ 37 - pygobject3 pyatspi dbus-python pyxdg brltty liblouis speechd gst-python setproctitle 37 + # TODO: re-add liblouis when it is fixed 38 + pygobject3 pyatspi dbus-python pyxdg brltty speechd gst-python setproctitle 38 39 ]; 39 40 40 41 buildInputs = [
+1
pkgs/development/libraries/liblouis/default.nix
··· 50 50 meta = with stdenv.lib; { 51 51 description = "Open-source braille translator and back-translator"; 52 52 homepage = http://liblouis.org/; 53 + broken = true; 53 54 license = licenses.lgpl21; 54 55 maintainers = with maintainers; [ jtojnar ]; 55 56 platforms = platforms.unix;