From a61ec7d5ced49163b3a0edce3233c30546821db6 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:22:28 +0100 Subject: [PATCH] cringify: drop --- pkgs/by-name/cr/cringify/package.nix | 42 ---------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 pkgs/by-name/cr/cringify/package.nix diff --git a/pkgs/by-name/cr/cringify/package.nix b/pkgs/by-name/cr/cringify/package.nix deleted file mode 100644 index 12340b4ea188..000000000000 --- a/pkgs/by-name/cr/cringify/package.nix +++ /dev/null @@ -1,42 +0,0 @@ -{ - lib, - rustPlatform, - fetchFromGitHub, - python3, - testers, - cringify, -}: - -rustPlatform.buildRustPackage rec { - pname = "cringify"; - version = "0.2.0"; - - src = fetchFromGitHub { - owner = "sansyrox"; - repo = "cringify"; - rev = "857c2620ac9f1f53139d3a599e55679a75e77053"; - hash = "sha256-U0tKYFRZToMALSeItn9yia7Dl7omETDTkuRlWJ8EZEo="; - }; - - cargoHash = "sha256-VUMVul3P2GRwihTilVpcEb+A5pJaHxlzkwa3uq+pHtY="; - - postPatch = '' - # Upstream doesn't set the version string itself - substituteInPlace src/main.rs --replace '0.0.1' ${version} - ''; - - nativeBuildInputs = [ python3 ]; - - # No tests are present in the repository - doCheck = false; - - passthru.tests.version = testers.testVersion { package = cringify; }; - - meta = { - description = "Annoy your friends with the cringified text"; - homepage = "https://github.com/sansyrox/cringify"; - license = lib.licenses.mit; - mainProgram = "cringify"; - maintainers = with lib.maintainers; [ tomasajt ]; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 72e4fdf67493..d4e4927d9930 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -465,6 +465,7 @@ mapAliases { cpp-ipfs-api = throw "'cpp-ipfs-api' has been renamed to/replaced by 'cpp-ipfs-http-client'"; # Converted to throw 2025-10-27 cpr = warnAlias "'cpr' has been renamed to/replaced by 'libcpr'" libcpr; # Added 2025-11-17 create-cycle-app = throw "'create-cycle-app' has been removed because it is unmaintained and has issues installing with recent nodejs versions."; # Added 2025-11-01 + cringify = throw "'cringify' has been removed as it is unmaintained"; # Added 2025-12-16 crispyDoom = throw "'crispyDoom' has been renamed to/replaced by 'crispy-doom'"; # Converted to throw 2025-10-27 critcl = throw "'critcl' has been renamed to/replaced by 'tclPackages.critcl'"; # Converted to throw 2025-10-27 cromite = throw "'cromite' has been removed from nixpkgs due to it not being maintained"; # Added 2025-06-12