fabric: rename from Fabric

This commit is contained in:
TomaSajt
2026-06-29 16:39:51 +02:00
parent dd89817143
commit a76ff4f534
2 changed files with 2 additions and 1 deletions

View File

@@ -741,6 +741,7 @@ mapAliases {
eww-wayland = throw "'eww-wayland' has been renamed to/replaced by 'eww'"; # Converted to throw 2025-10-27
ex_doc = warnAlias "'ex_doc' is deprecated in favor of using the beamPackages sets. Use 'beamPackages.ex_doc' instead." beamPackages.ex_doc; # added 2026-06-15
f3d_egl = warnAlias "'f3d' now build with egl support by default, so `f3d_egl` is deprecated, consider using 'f3d' instead." f3d; # Added 2025-07-18
Fabric = fabric; # Added 2026-06-29
fabs = throw "'fabs' has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
falcon = throw "'falcon' has been removed as it is unmaintained and depends on pcre, which is deprecated"; # Added 2026-06-16
fancontrol-gui = throw "'fancontrol-gui' has been removed due to outdated KF5 dependencies"; # Added 2026-05-01

View File

@@ -2013,7 +2013,7 @@ with pkgs;
expect = tclPackages.expect;
Fabric = with python3Packages; toPythonApplication fabric;
fabric = with python3Packages; toPythonApplication fabric;
flatpak-builder = callPackage ../development/tools/flatpak-builder {
binutils = binutils-unwrapped;