teleport_11: remove
This commit is contained in:
parent
e9a5bf8ae4
commit
5ab2f13ff6
5 changed files with 3 additions and 1708 deletions
|
@ -9,7 +9,8 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
|
||||||
let
|
let
|
||||||
packages = with pkgs; {
|
packages = with pkgs; {
|
||||||
"default" = teleport;
|
"default" = teleport;
|
||||||
"11" = teleport_11;
|
"12" = teleport_12;
|
||||||
|
"13" = teleport_13;
|
||||||
};
|
};
|
||||||
|
|
||||||
minimal = package: {
|
minimal = package: {
|
||||||
|
|
1685
pkgs/servers/teleport/11/Cargo.lock
generated
1685
pkgs/servers/teleport/11/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,19 +0,0 @@
|
||||||
{ callPackage, ... }@args:
|
|
||||||
callPackage ../generic.nix ({
|
|
||||||
version = "11.3.27";
|
|
||||||
hash = "sha256-A3EeFQsDOaggfb5S+eyRCe/vm054MabfRrcHPxhO0So=";
|
|
||||||
vendorHash = "sha256-hjMv/H4dlinlv3ku7i1km2/b+6uCdbznHtVOMIjDlUc=";
|
|
||||||
yarnHash = "sha256-hip0WQVZpx2qfVDmEy4nk4UFYEjX1Xhj8HsIIQ8PF1Y=";
|
|
||||||
cargoLock = {
|
|
||||||
lockFile = ./Cargo.lock;
|
|
||||||
outputHashes = {
|
|
||||||
"rdp-rs-0.1.0" = "sha256-GJfUyiYQwcDTMqt+iik3mFI0f6mu13RJ2XuoDzlg9sU=";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
extPatches = [
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/120738
|
|
||||||
../tsh.patch
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/132652
|
|
||||||
../test.patch
|
|
||||||
];
|
|
||||||
} // builtins.removeAttrs args [ "callPackage" ])
|
|
|
@ -888,6 +888,7 @@ mapAliases ({
|
||||||
taro = taproot-assets; # Added 2023-07-04
|
taro = taproot-assets; # Added 2023-07-04
|
||||||
tdesktop = telegram-desktop; # Added 2023-04-07
|
tdesktop = telegram-desktop; # Added 2023-04-07
|
||||||
telegram-cli = throw "telegram-cli was removed because it was broken and abandoned upstream"; # Added 2023-07-28
|
telegram-cli = throw "telegram-cli was removed because it was broken and abandoned upstream"; # Added 2023-07-28
|
||||||
|
teleport_11 = throw "teleport 11 has been removed as it is EOL. Please upgrade to Teleport 12 or later"; # Added 2023-11-27
|
||||||
tensile = throw "'tensile' has been replaced with 'rocmPackages.tensile'"; # Added 2023-10-08
|
tensile = throw "'tensile' has been replaced with 'rocmPackages.tensile'"; # Added 2023-10-08
|
||||||
testVersion = testers.testVersion; # Added 2022-04-20
|
testVersion = testers.testVersion; # Added 2022-04-20
|
||||||
tfplugindocs = terraform-plugin-docs; # Added 2023-11-01
|
tfplugindocs = terraform-plugin-docs; # Added 2023-11-01
|
||||||
|
|
|
@ -13794,9 +13794,6 @@ with pkgs;
|
||||||
|
|
||||||
telegraf = callPackage ../servers/monitoring/telegraf { };
|
telegraf = callPackage ../servers/monitoring/telegraf { };
|
||||||
|
|
||||||
teleport_11 = callPackage ../servers/teleport/11 {
|
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security AppKit;
|
|
||||||
};
|
|
||||||
teleport_12 = callPackage ../servers/teleport/12 {
|
teleport_12 = callPackage ../servers/teleport/12 {
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security AppKit;
|
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security AppKit;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue