Skip to content

Commit

Permalink
uim: disable qt support
Browse files Browse the repository at this point in the history
NixOS#174634 removed qt4 but enabled
the (previosly disabled) qt5, breaking the build.

Disable QT5 again by disabling qt all together.
  • Loading branch information
Atemu committed Sep 14, 2023
1 parent 3a2786e commit 38627ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/inputmethods/uim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, withGtk ? true
, withGtk2 ? withGtk, gtk2 ? null
, withGtk3 ? withGtk, gtk3 ? null
, withQt ? true
, withQt ? false # qt5 is broken and qt4 removed -> No qt support possible
, withQt5 ? withQt, qt5 ? null
, withLibnotify ? true, libnotify ? null
, withSqlite ? true, sqlite ? null
Expand Down

0 comments on commit 38627ae

Please sign in to comment.