nodePackages.rollup: drop (#402567)

This commit is contained in:
Jonas Heinrich
2025-04-28 18:58:50 +02:00
committed by GitHub
3 changed files with 1 additions and 22 deletions
@@ -187,6 +187,7 @@ mapAliases {
remod-cli = pkgs.remod; # added 2024-12-04
"reveal.js" = throw "reveal.js was removed because it provides no executable"; # added 2025-03-23
reveal-md = pkgs.reveal-md; # added 2023-07-31
rollup = throw "rollup has been removed because it was broken"; # added 2025-04-28
inherit (pkgs) rtlcss; # added 2023-08-29
s3http = throw "s3http was removed because it was abandoned upstream"; # added 2023-08-18
inherit (pkgs) serverless; # Added 2023-11-29
@@ -138,7 +138,6 @@
, "purs-tidy"
, "purty"
, "rimraf"
, "rollup"
, "sass"
, "semver"
, "serve"
-21
View File
@@ -62086,27 +62086,6 @@ in
bypassCache = true;
reconstructLock = true;
};
rollup = nodeEnv.buildNodePackage {
name = "rollup";
packageName = "rollup";
version = "4.35.0";
src = fetchurl {
url = "https://registry.npmjs.org/rollup/-/rollup-4.35.0.tgz";
sha512 = "kg6oI4g+vc41vePJyO6dHt/yl0Rz3Thv0kJeVQ3D1kS3E5XSuKbPc29G4IpT/Kv1KQwgHVcN+HtyS+HYLNSvQg==";
};
dependencies = [
sources."@types/estree-1.0.6"
];
buildInputs = globalBuildInputs;
meta = {
description = "Next-generation ES module bundler";
homepage = "https://rollupjs.org/";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
sass = nodeEnv.buildNodePackage {
name = "sass";
packageName = "sass";