Merge pull request #250010 from dotlambda/s3http-drop
nodePackages.s3http: drop
This commit is contained in:
@@ -60,6 +60,7 @@ mapAliases {
|
||||
markdownlint-cli = pkgs.markdownlint-cli; # added 2023-07-29
|
||||
readability-cli = pkgs.readability-cli; # Added 2023-06-12
|
||||
reveal-md = pkgs.reveal-md; # added 2023-07-31
|
||||
s3http = throw "s3http was removed because it was abandoned upstream"; # added 2023-08-18
|
||||
thelounge = pkgs.thelounge; # Added 2023-05-22
|
||||
triton = pkgs.triton; # Added 2023-05-06
|
||||
typescript = pkgs.typescript; # Added 2023-06-21
|
||||
|
||||
@@ -68,7 +68,6 @@
|
||||
react-native-cli = "react-native";
|
||||
react-tools = "jsx";
|
||||
remod-cli = "remod";
|
||||
s3http = "s3http.js";
|
||||
svelte-language-server = "svelteserver";
|
||||
teck-programmer = "teck-firmware-upgrade";
|
||||
typescript-language-server = "typescript-language-server";
|
||||
|
||||
@@ -267,7 +267,6 @@
|
||||
, "rollup"
|
||||
, {"rust-analyzer-build-deps": "../../applications/editors/vscode/extensions/rust-lang.rust-analyzer/build-deps"}
|
||||
, "rtlcss"
|
||||
, "s3http"
|
||||
, "sass"
|
||||
, "semver"
|
||||
, "serve"
|
||||
|
||||
-97
@@ -127965,103 +127965,6 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
s3http = nodeEnv.buildNodePackage {
|
||||
name = "s3http";
|
||||
packageName = "s3http";
|
||||
version = "0.0.5";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/s3http/-/s3http-0.0.5.tgz";
|
||||
sha512 = "AvzoPrG52y/LXjDmKiRoLrZbTJHXdfGYqzHlVLTrdK/+aeCI+RyGB/F1gd9qs6qwP4c1Ntdgvx9W5FziivG4+Q==";
|
||||
};
|
||||
dependencies = [
|
||||
sources."aws-sdk-1.18.0"
|
||||
sources."axios-0.21.4"
|
||||
sources."buffer-crc32-0.2.1"
|
||||
sources."bytes-0.2.1"
|
||||
sources."call-bind-1.0.2"
|
||||
sources."coffee-script-1.6.3"
|
||||
sources."commander-2.0.0"
|
||||
(sources."connect-2.11.0" // {
|
||||
dependencies = [
|
||||
sources."methods-0.0.1"
|
||||
];
|
||||
})
|
||||
sources."cookie-0.1.0"
|
||||
sources."cookie-signature-1.0.1"
|
||||
sources."core-util-is-1.0.3"
|
||||
sources."crc-0.2.0"
|
||||
sources."crypto-0.0.3"
|
||||
sources."debug-4.3.4"
|
||||
sources."events.node-0.4.9"
|
||||
(sources."everyauth-0.4.5" // {
|
||||
dependencies = [
|
||||
sources."bytes-0.1.0"
|
||||
sources."connect-2.3.9"
|
||||
sources."cookie-0.0.4"
|
||||
sources."debug-0.5.0"
|
||||
sources."fresh-0.1.0"
|
||||
sources."mime-1.2.6"
|
||||
sources."qs-0.4.2"
|
||||
sources."send-0.0.3"
|
||||
];
|
||||
})
|
||||
(sources."express-3.4.4" // {
|
||||
dependencies = [
|
||||
sources."commander-1.3.2"
|
||||
];
|
||||
})
|
||||
sources."follow-redirects-1.15.2"
|
||||
sources."formidable-1.0.11"
|
||||
sources."fresh-0.2.0"
|
||||
sources."function-bind-1.1.1"
|
||||
sources."get-intrinsic-1.2.1"
|
||||
sources."has-1.0.3"
|
||||
sources."has-proto-1.0.1"
|
||||
sources."has-symbols-1.0.3"
|
||||
sources."http-auth-2.0.7"
|
||||
sources."inherits-2.0.4"
|
||||
sources."isarray-0.0.1"
|
||||
sources."keypress-0.1.0"
|
||||
sources."methods-0.1.0"
|
||||
sources."mime-1.2.11"
|
||||
sources."mkdirp-0.3.5"
|
||||
sources."ms-2.1.2"
|
||||
sources."multiparty-2.2.0"
|
||||
sources."negotiator-0.3.0"
|
||||
sources."node-swt-0.1.1"
|
||||
sources."node-uuid-1.4.1"
|
||||
sources."node-wsfederation-0.1.1"
|
||||
sources."oauth-https://github.com/ciaranj/node-oauth/tarball/master"
|
||||
sources."object-inspect-1.12.3"
|
||||
(sources."openid-2.0.10" // {
|
||||
dependencies = [
|
||||
sources."qs-6.11.2"
|
||||
];
|
||||
})
|
||||
sources."pause-0.0.1"
|
||||
sources."qs-0.6.5"
|
||||
sources."range-parser-0.0.4"
|
||||
sources."raw-body-0.0.3"
|
||||
sources."readable-stream-1.1.14"
|
||||
sources."request-2.9.203"
|
||||
sources."sax-1.2.4"
|
||||
sources."send-0.1.4"
|
||||
sources."side-channel-1.0.4"
|
||||
sources."stream-counter-0.2.0"
|
||||
sources."string-1.6.1"
|
||||
sources."string_decoder-0.10.31"
|
||||
sources."uid2-0.0.3"
|
||||
sources."util-0.4.9"
|
||||
sources."xml2js-0.2.4"
|
||||
sources."xmlbuilder-0.4.2"
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
sass = nodeEnv.buildNodePackage {
|
||||
name = "sass";
|
||||
packageName = "sass";
|
||||
|
||||
Reference in New Issue
Block a user