nodePackages.emojione: drop
Archived per https://github.com/joypixels/emojione
This commit is contained in:
@@ -134,6 +134,7 @@ mapAliases {
|
||||
eask = pkgs.eask; # added 2023-08-17
|
||||
inherit (pkgs.elmPackages) elm-test;
|
||||
inherit (pkgs.elmPackages) elm-review;
|
||||
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
|
||||
inherit (pkgs) eslint_d; # Added 2023-05-26
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
, "@electron-forge/cli"
|
||||
, "elm-oracle"
|
||||
, "emoj"
|
||||
, "emojione"
|
||||
, "esy"
|
||||
, "fast-cli"
|
||||
, "fauna-shell"
|
||||
|
||||
-17
@@ -38272,23 +38272,6 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
emojione = nodeEnv.buildNodePackage {
|
||||
name = "emojione";
|
||||
packageName = "emojione";
|
||||
version = "4.5.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/emojione/-/emojione-4.5.0.tgz";
|
||||
sha512 = "Tq55Y3UgPOnayFDN+Qd6QMP0rpoH10a1nhSFN27s8gXW3qymgFIHiXys2ECYYAI134BafmI3qP9ni2rZOe9BjA==";
|
||||
};
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "Complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG formats provided for the emoji images";
|
||||
homepage = "https://www.emojione.com";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
esy = nodeEnv.buildNodePackage {
|
||||
name = "esy";
|
||||
packageName = "esy";
|
||||
|
||||
Reference in New Issue
Block a user