Unverified Commit 94db16b4 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

nodePackages."reveal.js": drop (#392484)

parents 82137cbe 126ac27a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -181,6 +181,7 @@ mapAliases {
  readability-cli = pkgs.readability-cli; # Added 2023-06-12
  inherit (pkgs) redoc-cli; # added 2023-09-12
  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
  inherit (pkgs) rtlcss; # added 2023-08-29
  s3http = throw "s3http was removed because it was abandoned upstream"; # added 2023-08-18
+0 −1
Original line number Diff line number Diff line
@@ -139,7 +139,6 @@
, "purescript-psa"
, "purs-tidy"
, "purty"
, "reveal.js"
, "rimraf"
, "rollup"
, "sass"
+0 −18
Original line number Diff line number Diff line
@@ -62139,24 +62139,6 @@ in
    bypassCache = true;
    reconstructLock = true;
  };
  "reveal.js" = nodeEnv.buildNodePackage {
    name = "reveal.js";
    packageName = "reveal.js";
    version = "5.1.0";
    src = fetchurl {
      url = "https://registry.npmjs.org/reveal.js/-/reveal.js-5.1.0.tgz";
      sha512 = "KDt7m0+xwKV6nAZt4CNPVFBf42sTKRQapg0bGGKB5PKO5XvChnMfwlZkybydHiQJ7p5+6LbHKRGrhXODdoNIaA==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "The HTML Presentation Framework";
      homepage = "https://revealjs.com";
      license = "MIT";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
  rimraf = nodeEnv.buildNodePackage {
    name = "rimraf";
    packageName = "rimraf";