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

authored by dotlambda and committed by GitHub 94db16b4 82137cbe

+1 -19
+1
pkgs/development/node-packages/aliases.nix
··· 181 181 readability-cli = pkgs.readability-cli; # Added 2023-06-12 182 182 inherit (pkgs) redoc-cli; # added 2023-09-12 183 183 remod-cli = pkgs.remod; # added 2024-12-04 184 + "reveal.js" = throw "reveal.js was removed because it provides no executable"; # added 2025-03-23 184 185 reveal-md = pkgs.reveal-md; # added 2023-07-31 185 186 inherit (pkgs) rtlcss; # added 2023-08-29 186 187 s3http = throw "s3http was removed because it was abandoned upstream"; # added 2023-08-18
-1
pkgs/development/node-packages/node-packages.json
··· 139 139 , "purescript-psa" 140 140 , "purs-tidy" 141 141 , "purty" 142 - , "reveal.js" 143 142 , "rimraf" 144 143 , "rollup" 145 144 , "sass"
-18
pkgs/development/node-packages/node-packages.nix
··· 62139 62139 bypassCache = true; 62140 62140 reconstructLock = true; 62141 62141 }; 62142 - "reveal.js" = nodeEnv.buildNodePackage { 62143 - name = "reveal.js"; 62144 - packageName = "reveal.js"; 62145 - version = "5.1.0"; 62146 - src = fetchurl { 62147 - url = "https://registry.npmjs.org/reveal.js/-/reveal.js-5.1.0.tgz"; 62148 - sha512 = "KDt7m0+xwKV6nAZt4CNPVFBf42sTKRQapg0bGGKB5PKO5XvChnMfwlZkybydHiQJ7p5+6LbHKRGrhXODdoNIaA=="; 62149 - }; 62150 - buildInputs = globalBuildInputs; 62151 - meta = { 62152 - description = "The HTML Presentation Framework"; 62153 - homepage = "https://revealjs.com"; 62154 - license = "MIT"; 62155 - }; 62156 - production = true; 62157 - bypassCache = true; 62158 - reconstructLock = true; 62159 - }; 62160 62142 rimraf = nodeEnv.buildNodePackage { 62161 62143 name = "rimraf"; 62162 62144 packageName = "rimraf";