dot-http: remove at 0.2.0

This broken package is abandoned and better alternatives exist:
https://github.com/Orange-OpenSource/hurl
This commit is contained in:
Krisztian Szabo 2022-11-26 13:40:13 +01:00
parent 6f8b75aa78
commit fe91cc497d
3 changed files with 2 additions and 34 deletions

View File

@ -1,28 +0,0 @@
{ lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config, openssl, libiconv, Security }:
rustPlatform.buildRustPackage rec {
pname = "dot-http";
version = "0.2.0";
src = fetchFromGitHub {
owner = "bayne";
repo = pname;
rev = "v${version}";
sha256 = "1s2q4kdldhb5gd14g2h6vzrbjgbbbs9zp2dgmna0rhk1h4qv0mml";
};
cargoSha256 = "013jyp2bgmssj1c18lm8jkb6q6jlhdrqzmyri6k5lgmfmb9dvkii";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [
libiconv Security
];
meta = with lib; {
description = "Text-based scriptable HTTP client";
homepage = "https://github.com/bayne/dot-http";
license = licenses.asl20;
maintainers = with maintainers; [ mredaelli ];
};
}

View File

@ -374,10 +374,11 @@ mapAliases ({
docker-edge = throw "'docker-edge' has been removed, it was an alias for 'docker'"; # Added 2022-06-05
dolphinEmu = dolphin-emu; # Added 2021-11-10
dolphinEmuMaster = dolphin-emu-beta; # Added 2021-11-10
dot-http = throw "'dot-http' has been removed: abandoned by upstream. Use hurl instead."; # Added 2023-01-16
dotnet-netcore = dotnet-runtime; # Added 2021-10-07
double_conversion = throw "'double_conversion' has been renamed to/replaced by 'double-conversion'"; # Converted to throw 2022-02-22
dragon-drop = throw "'dragon-drop' has been removed in favor of 'xdragon'"; # Added 2022-04-10;
draftsight = throw "draftsight has been removed, no longer available as freeware"; # Added 2020-08-14
dragon-drop = throw "'dragon-drop' has been removed in favor of 'xdragon'"; # Added 2022-04-10;
dust = throw "dust has been removed: abandoned by upstream"; # Added 2022-04-21
dvb_apps = throw "dvb_apps has been removed"; # Added 2020-11-03
dwarf_fortress = throw "'dwarf_fortress' has been renamed to/replaced by 'dwarf-fortress'"; # Converted to throw 2022-02-22

View File

@ -2572,11 +2572,6 @@ with pkgs;
dpt-rp1-py = callPackage ../tools/misc/dpt-rp1-py { };
dot-http = callPackage ../development/tools/dot-http {
openssl = openssl_1_1;
inherit (darwin.apple_sdk.frameworks) Security;
};
doona = callPackage ../tools/security/doona { };
dotter = callPackage ../tools/misc/dotter {