nodePackages.@tailwindcss/aspect-ratio: drop
This commit is contained in:
@@ -58,6 +58,8 @@ mapAliases {
|
||||
"@nestjs/cli" = pkgs.nest-cli; # Added 2023-05-06
|
||||
"@prisma/language-server" = throw "@prisma/language-server has been removed because it was broken"; # added 2025-03-23
|
||||
"@shopify/cli" = throw "@shopify/cli has been removed because it was broken"; # added 2025-03-12
|
||||
"@tailwindcss/aspect-ratio" =
|
||||
throw "@tailwindcss/aspect-ratio has been removed because it is a library and your JS project should lock it instead."; # Added 2026-02-19
|
||||
"@tailwindcss/language-server" = pkgs.tailwindcss-language-server; # added 2024-01-22
|
||||
"@uppy/companion" = pkgs.uppy-companion; # Added 2025-11-01
|
||||
"@volar/vue-language-server" = pkgs.vue-language-server; # added 2024-06-15
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
[
|
||||
"@tailwindcss/aspect-ratio"
|
||||
, "@tailwindcss/forms"
|
||||
, "@tailwindcss/line-clamp"
|
||||
, "@tailwindcss/typography"
|
||||
, "browserify"
|
||||
, "node2nix"
|
||||
, "sass"
|
||||
, "semver"
|
||||
"@tailwindcss/forms",
|
||||
"@tailwindcss/line-clamp",
|
||||
"@tailwindcss/typography",
|
||||
"browserify",
|
||||
"node2nix",
|
||||
"sass",
|
||||
"semver"
|
||||
]
|
||||
|
||||
-21
@@ -5298,27 +5298,6 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
"@tailwindcss/aspect-ratio" = nodeEnv.buildNodePackage {
|
||||
name = "_at_tailwindcss_slash_aspect-ratio";
|
||||
packageName = "@tailwindcss/aspect-ratio";
|
||||
version = "0.4.2";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.2.tgz";
|
||||
sha512 = "8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==";
|
||||
};
|
||||
dependencies = [
|
||||
sources."tailwindcss-4.0.14"
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "Composable API for giving elements a fixed aspect ratio";
|
||||
homepage = "https://github.com/tailwindlabs/tailwindcss-aspect-ratio#readme";
|
||||
license = "MIT";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"@tailwindcss/forms" = nodeEnv.buildNodePackage {
|
||||
name = "_at_tailwindcss_slash_forms";
|
||||
packageName = "@tailwindcss/forms";
|
||||
|
||||
Reference in New Issue
Block a user