summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraleksana <me@aleksana.moe>2024-07-17 22:14:13 +0800
committeraleksana <me@aleksana.moe>2024-07-17 22:14:13 +0800
commitbeae2027686e2c5eff2a206b2ae0b3c9136f22d1 (patch)
tree5c7604bbe4e04c4011a0c635b1231cd96c04e9b3
parenttop-level/python-packages.nix: move removal notice to python-aliases.nix (diff)
downloadnixpkgs-beae2027686e2c5eff2a206b2ae0b3c9136f22d1.tar.gz
top-level/all-packages.nix: move removal notice to aliases.nix
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index f171a84d8f3e..77f851d01ec6 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1290,6 +1290,7 @@ mapAliases ({
slmenu = throw "slmenu has been removed (upstream is gone)"; # Added 2023-04-06
slurm-llnl = slurm; # renamed July 2017
smesh = throw "'smesh' has been removed as it's unmaintained and depends on opencascade-oce, which is also unmaintained"; # Added 2023-09-18
+ snapTools = throw "snapTools was removed because makeSnap produced broken snaps and it was the only function in snapTools. See https://github.com/NixOS/nixpkgs/issues/100618 for more details."; # 2024-03-04;
soldat-unstable = opensoldat; # Added 2022-07-02
solr_8 = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
solr = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index e810e7726d56..661cf0304648 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -842,8 +842,6 @@ with pkgs;
tarsum = callPackage ../build-support/docker/tarsum.nix { };
- snapTools = throw "snapTools was removed because makeSnap produced broken snaps and it was the only function in snapTools. See https://github.com/NixOS/nixpkgs/issues/100618 for more details."; # 2024-03-04;
-
nix-prefetch-docker = callPackage ../build-support/docker/nix-prefetch-docker.nix { };
docker-ls = callPackage ../tools/misc/docker-ls { };