From c07c23a9f8d200cd09a067abf14995ad5d42fc1a Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 11 Mar 2024 07:55:53 +0000 Subject: [PATCH] ibus: remove cross patches (i don't use the package anymore) --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index fcbe963d..b3d63a30 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -133,7 +133,7 @@ let helix = callPackage ./patched/helix { inherit (unpatched) helix; }; - ibus = callPackage ./patched/ibus { inherit (unpatched) ibus; }; + # ibus = callPackage ./patched/ibus { inherit (unpatched) ibus; }; # jackett doesn't allow customization of the bind address: this will probably always be here. jackett = callPackage ./patched/jackett { inherit (unpatched) jackett; };