From 1dc12f197e4108d3bb86a30bb1bf2070a0ae3fd5 Mon Sep 17 00:00:00 2001 From: Terje Larsen Date: Sat, 24 May 2025 07:35:43 +0200 Subject: [PATCH] amazon-qldb-shell: drop --- pkgs/by-name/am/amazon-qldb-shell/package.nix | 42 ------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 pkgs/by-name/am/amazon-qldb-shell/package.nix diff --git a/pkgs/by-name/am/amazon-qldb-shell/package.nix b/pkgs/by-name/am/amazon-qldb-shell/package.nix deleted file mode 100644 index f3d610356fa5..000000000000 --- a/pkgs/by-name/am/amazon-qldb-shell/package.nix +++ /dev/null @@ -1,42 +0,0 @@ -{ - lib, - cmake, - fetchFromGitHub, - rustPlatform, - testers, -}: - -let - pname = "amazon-qldb-shell"; - version = "2.0.1"; - package = rustPlatform.buildRustPackage { - inherit pname version; - - src = fetchFromGitHub { - owner = "awslabs"; - repo = "amazon-qldb-shell"; - tag = "v${version}"; - sha256 = "sha256-aXScqJ1LijMSAy9YkS5QyXtTqxd19lLt3BbyVXlbw8o="; - }; - - nativeBuildInputs = [ - cmake - rustPlatform.bindgenHook - ]; - - cargoHash = "sha256-tD35Py81QLDVlBahYzgskOQK5lQW03xuCnUwVUi4oLU="; - - passthru.tests.version = testers.testVersion { inherit package; }; - - meta = with lib; { - description = "Interface to send PartiQL statements to Amazon Quantum Ledger Database (QLDB)"; - homepage = "https://github.com/awslabs/amazon-qldb-shell"; - license = licenses.asl20; - maintainers = [ maintainers.terlar ]; - mainProgram = "qldb"; - # See https://hydra.nixos.org/build/255146098/log. - broken = true; # Added 2024-04-06 - }; - }; -in -package diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 0b2cc3eb6bc0..6c64d3539287 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -278,6 +278,7 @@ mapAliases { alsaPlugins = throw "'alsaPlugins' has been renamed to/replaced by 'alsa-plugins'"; # Converted to throw 2024-10-17 alsaTools = throw "'alsaTools' has been renamed to/replaced by 'alsa-tools'"; # Converted to throw 2024-10-17 alsaUtils = throw "'alsaUtils' has been renamed to/replaced by 'alsa-utils'"; # Converted to throw 2024-10-17 + amazon-qldb-shell = throw "'amazon-qldb-shell' has been removed due to being unmaintained upstream"; # Added 2025-07-30 angelfish = throw "'angelfish' has been renamed to/replaced by 'libsForQt5.kdeGear.angelfish'"; # Converted to throw 2024-10-17 ansible_2_14 = throw "Ansible 2.14 goes end of life in 2024/05 and can't be supported throughout the 24.05 release cycle"; # Added 2024-04-11 ansible_2_15 = throw "Ansible 2.15 goes end of life in 2024/11 and can't be supported throughout the 24.11 release cycle"; # Added 2024-11-08