Unverified Commit 9785a32a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #299087 from wegank/aria-alias

aria2: deprecate aria alias
parents 1dd5dd48 9c961f09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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 { };