Merge pull request #170164 from armeenm/ibus-remove-python2

ibus: remove python2 library option
main
Thomas Tuegel 2 years ago committed by GitHub
commit a68a3be2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/tools/inputmethods/ibus/default.nix

@ -27,7 +27,6 @@
, python3
, json-glib
, libnotify ? null
, enablePython2Library ? false
, enableUI ? true
, withWayland ? false
, libxkbcommon ? null
@ -100,8 +99,6 @@ stdenv.mkDerivation rec {
(enableFeature (dconf != null) "dconf")
(enableFeature (libnotify != null) "libnotify")
(enableFeature withWayland "wayland")
(enableFeature enablePython2Library "python-library")
(enableFeature enablePython2Library "python2") # XXX: python2 library does not work anyway
(enableFeature enableUI "ui")
"--enable-gtk4"
"--enable-install-tests"

Loading…
Cancel
Save