about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2022-10-03 12:36:14 +0200
committerGitHub <noreply@github.com>2022-10-03 12:36:14 +0200
commitbc0490ec4a30e9af95f7d32d19dd90383503576e (patch)
tree544ce63c984ef9fbfd2369ec92890acb71952ba5 /pkgs/top-level
parentf6dd0ea8b44014f62a100ce851a75719ba32dc45 (diff)
parente22ce12a8e4d3e6f1400879cd1925845d760e049 (diff)
downloadnixlib-bc0490ec4a30e9af95f7d32d19dd90383503576e.tar
nixlib-bc0490ec4a30e9af95f7d32d19dd90383503576e.tar.gz
nixlib-bc0490ec4a30e9af95f7d32d19dd90383503576e.tar.bz2
nixlib-bc0490ec4a30e9af95f7d32d19dd90383503576e.tar.lz
nixlib-bc0490ec4a30e9af95f7d32d19dd90383503576e.tar.xz
nixlib-bc0490ec4a30e9af95f7d32d19dd90383503576e.tar.zst
nixlib-bc0490ec4a30e9af95f7d32d19dd90383503576e.zip
Merge pull request #194119 from IvarWithoutBones/remove-apple-music
apple-music-electron: remove
Diffstat (limited to 'pkgs/top-level')
-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 891f83f1a61d..dc8bfc0d639d 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -78,6 +78,7 @@ mapAliases ({
   ansible_2_10 = throw "Ansible 2.10 went end of life in 2022/05 and has subsequently been dropped"; # Added 2022-03-30
   ansible_2_9 = throw "Ansible 2.9 went end of life in 2022/05 and has subsequently been dropped"; # Added 2022-03-30
   antimicroX = antimicrox; # Added 2021-10-31
+  apple-music-electron = throw "'apple-music-electron' is end of life and has been removed, you can use 'cider' instead"; # Added 2022-10-02
   ardour_5 = throw "ardour_5 has been removed. see https://github.com/NixOS/nixpkgs/issues/139549"; # Added 2021-09-28
   arduino_core = throw "'arduino_core' has been renamed to/replaced by 'arduino-core'"; # Converted to throw 2022-02-22
   asciidocFull = throw "'asciidocFull' has been renamed to/replaced by 'asciidoc-full'"; # Converted to throw 2022-02-22
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index be4c2b3183c9..8a09bb50c797 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4874,8 +4874,6 @@ with pkgs;
 
   appleseed = callPackage ../tools/graphics/appleseed { };
 
-  apple-music-electron = callPackage ../applications/audio/apple-music-electron { };
-
   apc-temp-fetch = with python3.pkgs; callPackage ../tools/networking/apc-temp-fetch { };
 
   arping = callPackage ../tools/networking/arping { };