Unverified Commit 88aa035e authored by Lord-Valen's avatar Lord-Valen Committed by GitHub
Browse files

nodePackages.three: drop (#252430)

This was originally added for sage, but that now uses threejs-sage, three can be removed. see https://github.com/NixOS/nixpkgs/pull/252430
parent cd39cf1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ mapAliases {
  stf = throw "stf was removed because it was broken"; # added 2023-08-21
  surge = pkgs.surge-cli; # Added 2023-09-08
  thelounge = pkgs.thelounge; # Added 2023-05-22
  three = throw "three was removed because it was no longer needed"; # Added 2023-09-08
  inherit (pkgs) titanium; # added 2023-08-17
  triton = pkgs.triton; # Added 2023-05-06
  typescript = pkgs.typescript; # Added 2023-06-21
+0 −1
Original line number Diff line number Diff line
@@ -302,7 +302,6 @@
, "thelounge-theme-zenburn"
, "thelounge-theme-zenburn-monospace"
, "thelounge-theme-zenburn-sourcecodepro"
, "three"
, "tiddlywiki"
, "tsun"
, "ts-node"
+0 −18
Original line number Diff line number Diff line
@@ -113800,24 +113800,6 @@ in
    bypassCache = true;
    reconstructLock = true;
  };
  three = nodeEnv.buildNodePackage {
    name = "three";
    packageName = "three";
    version = "0.155.0";
    src = fetchurl {
      url = "https://registry.npmjs.org/three/-/three-0.155.0.tgz";
      sha512 = "sNgCYmDijnIqkD/bMfk+1pHg3YzsxW7V2ChpuP6HCQ8NiZr3RufsXQr8M3SSUMjW4hG+sUk7YbyuY0DncaDTJQ==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "JavaScript 3D library";
      homepage = "https://threejs.org/";
      license = "MIT";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
  tiddlywiki = nodeEnv.buildNodePackage {
    name = "tiddlywiki";
    packageName = "tiddlywiki";