summaryrefslogtreecommitdiff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorquantenzitrone <general@dev.quantenzitrone.eu>2026-02-04 22:20:23 +0100
committerquantenzitrone <general@dev.quantenzitrone.eu>2026-02-04 22:59:02 +0100
commit03c297aea5ce45e1f6b009d52188d359e992b9c8 (patch)
tree834935bded7bd9783c8a64a035777c2de86f6a7f /pkgs/top-level
parentlibpthreadstubs: rename references and deprecate alias (diff)
downloadnixpkgs-03c297aea5ce45e1f6b009d52188d359e992b9c8.tar.gz
libSM: rename references and deprecate alias
this shouldn't create any rebuilds
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index cd4b7dc077f1..c5e5957fba97 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1004,6 +1004,7 @@ mapAliases {
librewolf-wayland = throw "'librewolf-wayland' has been renamed to/replaced by 'librewolf'"; # Converted to throw 2025-10-27
librtlsdr = throw "'librtlsdr' has been renamed to/replaced by 'rtl-sdr'"; # Converted to throw 2025-10-27
libsForQt515 = throw "'libsForQt515' has been renamed to/replaced by 'libsForQt5'"; # Converted to throw 2025-10-27
+ libSM = libsm; # Added 2026-02-04
libsmartcols = warnAlias "'util-linux' should be used instead of 'libsmartcols'" util-linux; # Added 2025-09-03
libsoup = throw "'libsoup' has been renamed to/replaced by 'libsoup_2_4'"; # Converted to throw 2025-10-27
libtap = throw "libtap has been removed, as it was unused and deprecated by its author in favour of cmocka"; # Added 2025-09-16
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 60c39ede5e3e..c518224423a7 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8820,7 +8820,6 @@ with pkgs;
virtualenv-clone = with python3Packages; toPythonApplication virtualenv-clone;
- libSM = libsm;
libX11 = libx11;
libXau = libxau;
libXaw = libxaw;