From b7ed282b365e565cdcb82d923c8a989894cbd601 Mon Sep 17 00:00:00 2001 From: Armeen Mahdian Date: Sun, 24 Apr 2022 19:11:55 -0500 Subject: [PATCH] ibus: remove python2 library option --- pkgs/tools/inputmethods/ibus/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/tools/inputmethods/ibus/default.nix b/pkgs/tools/inputmethods/ibus/default.nix index 4ca1e62bfb8a..a791e90a93c4 100644 --- a/pkgs/tools/inputmethods/ibus/default.nix +++ b/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"