Unverified Commit 4eae9a30 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

nodePackages.rollup: drop (#402567)

parents ca4009f0 70584665
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@
, "purs-tidy"
, "purty"
, "rimraf"
, "rollup"
, "sass"
, "semver"
, "serve"
+0 −21
Original line number Diff line number Diff line
@@ -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";