Skip to content

Commit 78dd45b

Browse files
authored
Fix for latest nixpkgs-unstable (#1916)
fcitx has been removed and just looking for it causes eval to fail
1 parent a1013d1 commit 78dd45b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lib/pkgconf-nixpkgs-map.nix

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,16 +1521,16 @@ pkgs:
15211521
"fcft" = [ "fcft" ];
15221522
"fcgi" = [ "fcgi" ];
15231523
"fcgi++" = [ "fcgi" ];
1524-
"fcitx-config" = [ "fcitx" ];
1525-
"fcitx" = [ "fcitx" ];
1526-
"fcitx-gclient" = [ "fcitx" ];
1527-
"fcitx-qt" = [ "fcitx" ];
1528-
"fcitx-utils" = [ "fcitx" ];
1529-
"Fcitx5Config" = [ "fcitx5" ];
1530-
"Fcitx5Core" = [ "fcitx5" ];
1531-
"Fcitx5Module" = [ "fcitx5" ];
1532-
"Fcitx5Utils" = [ "fcitx5" ];
1533-
"Fcitx5GClient" = [ "fcitx5-gtk" ];
1524+
# "fcitx-config" = [ "fcitx" ];
1525+
# "fcitx" = [ "fcitx" ];
1526+
# "fcitx-gclient" = [ "fcitx" ];
1527+
# "fcitx-qt" = [ "fcitx" ];
1528+
# "fcitx-utils" = [ "fcitx" ];
1529+
# "Fcitx5Config" = [ "fcitx5" ];
1530+
# "Fcitx5Core" = [ "fcitx5" ];
1531+
# "Fcitx5Module" = [ "fcitx5" ];
1532+
# "Fcitx5Utils" = [ "fcitx5" ];
1533+
# "Fcitx5GClient" = [ "fcitx5-gtk" ];
15341534
# "Fcitx5Config" = [ "fcitx5-with-addons" ];
15351535
# "Fcitx5Core" = [ "fcitx5-with-addons" ];
15361536
# "Fcitx5GClient" = [ "fcitx5-with-addons" ];

0 commit comments

Comments
 (0)