Commit 6e50819d authored by dish's avatar dish
Browse files

nodePackages.elm-oracle: drop

Per https://github.com/ElmCast/elm-oracle/issues/26, it doesn't support
elm 0.19+ so it's not suitable for use today.
parent f58316e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ mapAliases {
  eask = pkgs.eask; # added 2023-08-17
  inherit (pkgs.elmPackages) elm-test;
  inherit (pkgs.elmPackages) elm-review;
  elm-oracle = throw "'elm-oracle' has been removed, since it doesn't work with modern versions of Elm."; # Added 2025-11-07
  emojione = throw "emojione was archived and abandoned upstream, so it has been removed"; # Added 2025-11-06
  escape-string-regexp = throw "escape-string-regexp was removed because it provides no executable"; # added 2025-03-12
  inherit (pkgs) eslint; # Added 2024-08-28
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
, "diff2html-cli"
, "dotenv-vault"
, "elasticdump"
, "elm-oracle"
, "emoj"
, "esy"
, "fast-cli"
+0 −18
Original line number Diff line number Diff line
@@ -36487,24 +36487,6 @@ in
    bypassCache = true;
    reconstructLock = true;
  };
  elm-oracle = nodeEnv.buildNodePackage {
    name = "elm-oracle";
    packageName = "elm-oracle";
    version = "1.1.1";
    src = fetchurl {
      url = "https://registry.npmjs.org/elm-oracle/-/elm-oracle-1.1.1.tgz";
      sha512 = "DUtF7aAlrrgijSRB4tGMgx6qp1NAVJpUGL4cjret1f57DEf41s+iPLPHxEkPbLrIdYjtEBzvRP8mMph37quqmQ==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Query for information about values in elm source files";
      homepage = "https://github.com/ElmCast/elm-oracle#readme";
      license = "BSD-3-Clause";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
  emoj = nodeEnv.buildNodePackage {
    name = "emoj";
    packageName = "emoj";