diff --git a/pkgs/by-name/ac/acd-cli/package.nix b/pkgs/by-name/ac/acd-cli/package.nix deleted file mode 100644 index 456f8940ecc9..000000000000 --- a/pkgs/by-name/ac/acd-cli/package.nix +++ /dev/null @@ -1,50 +0,0 @@ -{ - lib, - fetchFromGitHub, - fuse, - python3Packages, -}: - -python3Packages.buildPythonApplication (finalAttrs: { - pname = "acd-cli"; - version = "0.3.2"; - format = "setuptools"; - - doCheck = false; - - src = fetchFromGitHub { - owner = "yadayada"; - repo = "acd_cli"; - tag = finalAttrs.version; - hash = "sha256-132CW5EcsgDZOeauBpNyXoFS2Q5rKPqqHIoIKobJDig="; - }; - - dependencies = with python3Packages; [ - appdirs - colorama - python-dateutil - fusepy - requests - requests-toolbelt - setuptools - sqlalchemy - ]; - - makeWrapperArgs = [ "--prefix LIBFUSE_PATH : ${lib.getLib fuse}/lib/libfuse.so" ]; - - postFixup = '' - function lnOverBin() { - rm -f $out/bin/{$2,.$2-wrapped} - ln -s $out/bin/$1 $out/bin/$2 - } - lnOverBin acd_cli.py acd-cli - lnOverBin acd_cli.py acd_cli - lnOverBin acd_cli.py acdcli - ''; - - meta = { - description = "Command line interface and FUSE filesystem for Amazon Cloud Drive"; - homepage = "https://github.com/yadayada/acd_cli"; - license = lib.licenses.gpl2; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 469e994257bc..2e8656dbd5d0 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -275,6 +275,7 @@ mapAliases { abbreviate = throw "'abbreviate' has been removed, as it has been unmaintained upstream since July 2024"; # Added 2026-01-01 abseil-cpp_202301 = throw "abseil-cpp_202301 has been removed as it was unused in tree"; # Added 2025-08-09 abseil-cpp_202501 = throw "abseil-cpp_202501 has been removed as it was unused in tree"; # Added 2025-09-15 + acd-cli = throw "adc-cli has been removed as it was unmaintained"; # Added 2026-05-02 adjustor = throw "adjustor has been removed as it part of the 'handheld-daemon' package"; # Added 2025-11-16 adminer-pematon = throw "'adminer-pematon' has been renamed to/replaced by 'adminneo'"; # Converted to throw 2025-10-27 adminerneo = throw "'adminerneo' has been renamed to/replaced by 'adminneo'"; # Converted to throw 2025-10-27