freerdp: deprecate aliases

authored by Grimmauld and committed by Alyssa Ross dff54528 c892f85e

+2 -3
+2
pkgs/top-level/aliases.nix
··· 508 fractal-next = fractal; # added 2023-11-25 509 framework-system-tools = framework-tool; # added 2023-12-09 510 francis = kdePackages.francis; # added 2024-07-13 511 frostwire = throw "frostwire was removed, as it was broken due to reproducibility issues, use `frostwire-bin` package instead."; # added 2024-05-17 512 ftjam = throw "ftjam was removed, as it hasn't been updated since 2007 and fails to build"; # added 2025-01-02 513 fuse2fs = if stdenv.hostPlatform.isLinux then e2fsprogs.fuse2fs else null; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
··· 508 fractal-next = fractal; # added 2023-11-25 509 framework-system-tools = framework-tool; # added 2023-12-09 510 francis = kdePackages.francis; # added 2024-07-13 511 + freerdp3 = freerdp; # added 2025-03-25 512 + freerdpUnstable = freerdp; # added 2025-03-25 513 frostwire = throw "frostwire was removed, as it was broken due to reproducibility issues, use `frostwire-bin` package instead."; # added 2024-05-17 514 ftjam = throw "ftjam was removed, as it hasn't been updated since 2007 and fails to build"; # added 2025-01-02 515 fuse2fs = if stdenv.hostPlatform.isLinux then e2fsprogs.fuse2fs else null; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
-3
pkgs/top-level/all-packages.nix
··· 13179 13180 inherit (xorg) xlsfonts; 13181 13182 - freerdp3 = freerdp; 13183 - freerdpUnstable = freerdp; 13184 - 13185 gimp = callPackage ../applications/graphics/gimp { 13186 autoreconfHook = buildPackages.autoreconfHook269; 13187 lcms = lcms2;
··· 13179 13180 inherit (xorg) xlsfonts; 13181 13182 gimp = callPackage ../applications/graphics/gimp { 13183 autoreconfHook = buildPackages.autoreconfHook269; 13184 lcms = lcms2;