Merge pull request #277096 from katexochen/convoy/remove

convoy: remove
This commit is contained in:
Weijia Wang 2024-01-23 07:16:44 +01:00 committed by GitHub
commit 98ad610d60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 28 deletions

View file

@ -1,26 +0,0 @@
# This file was generated by go2nix.
{ lib, buildGoPackage, fetchFromGitHub, lvm2 }:
buildGoPackage rec {
pname = "convoy";
version = "0.5.2";
goPackagePath = "github.com/rancher/convoy";
src = fetchFromGitHub {
rev = "v${version}";
owner = "rancher";
repo = "convoy";
sha256 = "09nygrxd5hril4xcfsvgjg74xxhhimznqq4sdk0f360c5ra0dbhj";
};
buildInputs = [lvm2];
meta = with lib; {
homepage = "https://github.com/rancher/convoy";
description = "A Docker volume plugin, managing persistent container volumes";
license = licenses.asl20;
maintainers = with maintainers; [ offline ];
platforms = platforms.linux;
};
}

View file

@ -170,6 +170,7 @@ mapAliases ({
compton = throw "'compton' has been renamed to/replaced by 'picom'"; # Converted to throw 2023-09-10
concurrencykit = libck; # Added 2021-03
connmanPackages = throw "'connmanPackages' was removed and their subpackages/attributes were promoted to top level."; # Added 2023-10-08
convoy = throw "'convoy' has been removed from nixpkgs, as it was archived upstream"; # Added 2023-12-27
cups-kyodialog3 = cups-kyodialog; # Added 2022-11-12
cvs_fast_export = cvs-fast-export; # Added 2021-06-10

View file

@ -7255,8 +7255,6 @@ with pkgs;
convmv = callPackage ../tools/misc/convmv { };
convoy = callPackage ../tools/filesystems/convoy { };
cpcfs = callPackage ../tools/filesystems/cpcfs { };
coreutils = callPackage ../tools/misc/coreutils { };