mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
aria2: deprecate aria alias
This commit is contained in:
parent
817a592c92
commit
9c961f0990
@ -10,7 +10,7 @@
|
|||||||
, youtube-dl
|
, youtube-dl
|
||||||
, glib
|
, glib
|
||||||
, ffmpeg
|
, ffmpeg
|
||||||
, aria
|
, aria2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
@ -40,7 +40,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
playsound
|
playsound
|
||||||
ffmpeg
|
ffmpeg
|
||||||
matplotlib
|
matplotlib
|
||||||
aria
|
aria2
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, buildPythonApplication
|
, buildPythonApplication
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, aria
|
, aria2
|
||||||
, ffmpeg
|
, ffmpeg
|
||||||
, libnotify
|
, libnotify
|
||||||
, pulseaudio
|
, pulseaudio
|
||||||
@ -67,7 +67,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
# feed args to wrapPythonApp
|
# feed args to wrapPythonApp
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--prefix PATH : ${lib.makeBinPath [ aria ffmpeg libnotify ]}"
|
"--prefix PATH : ${lib.makeBinPath [ aria2 ffmpeg libnotify ]}"
|
||||||
"\${qtWrapperArgs[@]}"
|
"\${qtWrapperArgs[@]}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -78,6 +78,7 @@ mapAliases ({
|
|||||||
arcanPackages = throw "arcanPackages was removed and its sub-attributes were promoted to top-level"; # Added 2023-11-26
|
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
|
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
|
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
|
aseprite-unfree = aseprite; # Added 2023-08-26
|
||||||
asls = throw "asls has been removed: abandoned by upstream"; # Added 2023-03-16
|
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
|
asterisk_16 = throw "asterisk_16: Asterisk 16 is end of life and has been removed"; # Added 2023-04-19
|
||||||
|
@ -4195,7 +4195,6 @@ with pkgs;
|
|||||||
aria2 = callPackage ../tools/networking/aria2 {
|
aria2 = callPackage ../tools/networking/aria2 {
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
};
|
};
|
||||||
aria = aria2;
|
|
||||||
|
|
||||||
as-tree = callPackage ../tools/misc/as-tree { };
|
as-tree = callPackage ../tools/misc/as-tree { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user