Merge pull request #299087 from wegank/aria-alias

aria2: deprecate aria alias
This commit is contained in:
Weijia Wang
2024-03-31 23:40:37 +02:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
, youtube-dl
, glib
, ffmpeg
, aria
, aria2
}:
python3Packages.buildPythonApplication rec {
@@ -40,7 +40,7 @@ python3Packages.buildPythonApplication rec {
playsound
ffmpeg
matplotlib
aria
aria2
];
buildInputs = [
+2 -2
View File
@@ -2,7 +2,7 @@
, stdenv
, buildPythonApplication
, fetchFromGitHub
, aria
, aria2
, ffmpeg
, libnotify
, pulseaudio
@@ -67,7 +67,7 @@ buildPythonApplication rec {
# feed args to wrapPythonApp
makeWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath [ aria ffmpeg libnotify ]}"
"--prefix PATH : ${lib.makeBinPath [ aria2 ffmpeg libnotify ]}"
"\${qtWrapperArgs[@]}"
];
+1
View File
@@ -79,6 +79,7 @@ mapAliases ({
arcanPackages = throw "arcanPackages was removed and its sub-attributes were promoted to top-level"; # Added 2023-11-26
archiveopteryx = throw "archiveopteryx depended on an unsupported version of OpenSSL and was unmaintained"; # Added 2024-01-03
ardour_6 = throw "ardour_6 has been removed in favor of newer versions"; # Added 2023-10-13
aria = aria2; # Added 2024-03-26
aseprite-unfree = aseprite; # Added 2023-08-26
asls = throw "asls has been removed: abandoned by upstream"; # Added 2023-03-16
asterisk_16 = throw "asterisk_16: Asterisk 16 is end of life and has been removed"; # Added 2023-04-19
-1
View File
@@ -4194,7 +4194,6 @@ with pkgs;
aria2 = callPackage ../tools/networking/aria2 {
inherit (darwin.apple_sdk.frameworks) Security;
};
aria = aria2;
as-tree = callPackage ../tools/misc/as-tree { };