aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMasanori Ogino <167209+omasanori@users.noreply.github.com>2020-11-03 19:52:18 +0900
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-04 09:13:16 -0800
commitb5de671861d3dda1be831c8052ba1966e5e1353e (patch)
treede84d158073d0b1a43023d8e4d6cd4048d538deb /pkgs/top-level/aliases.nix
parent3341f6c1fc87099e906e6cc1f1a1437124cdf673 (diff)
pythonPackages.smugline: remove
Upstream states that it is no longer maintained. Reference: https://github.com/gingerlime/smugline#broken-no-longer-maintained Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index b87ce83fc9ec..f0150d8fb956 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -541,6 +541,7 @@ mapAliases ({
slurm-llnl-full = slurm-full; # renamed July 2017
slurm-full = slurm; # added 2018-05-1
smbclient = samba; # added 2018-04-25
+ smugline = throw "smugline has been removed from nixpkgs, as it's unmaintained and depends on deprecated libraries."; # added 2020-11-04
slim = throw "slim has been removed. Please use a different display-manager"; # added 2019-11-11
slimThemes = throw "slimThemes has been removed because slim has been also"; # added 2019-11-11
sundials_3 = throw "sundials_3 was removed in 2020-02. outdated and no longer needed";