From 0c68f44ed47344076e9c672e767037c91df4ea7e Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:47:12 +0100 Subject: [PATCH] august: drop --- pkgs/by-name/au/august/package.nix | 34 ------------------------------ pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 pkgs/by-name/au/august/package.nix diff --git a/pkgs/by-name/au/august/package.nix b/pkgs/by-name/au/august/package.nix deleted file mode 100644 index 2305dfbd2279..000000000000 --- a/pkgs/by-name/au/august/package.nix +++ /dev/null @@ -1,34 +0,0 @@ -{ - lib, - rustPlatform, - fetchFromGitHub, -}: - -rustPlatform.buildRustPackage { - pname = "august"; - version = "0-unstable-2023-08-13"; - - src = fetchFromGitHub { - owner = "yoav-lavi"; - repo = "august"; - rev = "42b8a1bf5ca079aca1769d92315f70b193a9cd4a"; - hash = "sha256-58DZMoRH9PBbM4sok/XbUcwSXBeqUAmFZpffdMKQ+dE="; - }; - - cargoHash = "sha256-E1M/Soaz4+Gyxizc4VReZlfJB5gxrSz2ue3WI9fcNJA="; - - postInstall = '' - mv $out/bin/{august-cli,ag} - ''; - - meta = { - description = "Emmet-like language that produces JSON, TOML, or YAML"; - homepage = "https://github.com/yoav-lavi/august"; - license = with lib.licenses; [ - asl20 - mit - ]; - maintainers = [ ]; - mainProgram = "ag"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 61cf389c5338..b34e8574fb56 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -319,6 +319,7 @@ mapAliases { asterisk_18 = throw "asterisk_18: Asterisk 18 is end of life and has been removed"; # Added 2025-10-19 atlassian-cli = appfire-cli; # Added 2025-09-29 ats = throw "'ats' has been removed as it is unmaintained for 10 years and broken"; # Added 2025-05-17 + august = throw "'august' has been removed, as it has been unmaintained since august 2023"; # Added 2025-12-25 AusweisApp2 = throw "'AusweisApp2' has been renamed to/replaced by 'ausweisapp'"; # Converted to throw 2025-10-27 autoconf213 = throw "'autoconf213' has been removed in favor of 'autoconf'"; # Added 2025-07-21 autoconf264 = throw "'autoconf264' has been removed in favor of 'autoconf'"; # Added 2025-07-21