tailwindcss: make v4 default, move tailwindcss_3 to by-name

This commit is contained in:
Adam C. Stephens
2025-02-16 18:09:05 -05:00
parent 53c7c914ec
commit c585679a42
5 changed files with 2 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
{ tailwindcss_4 }: tailwindcss_4
@@ -3,7 +3,6 @@
fetchurl,
stdenv,
runCommand,
tailwindcss,
}:
let
inherit (stdenv.hostPlatform) system;
@@ -30,7 +29,7 @@ let
.${system} or throwSystem;
in
stdenv.mkDerivation (finalAttrs: {
pname = "tailwindcss";
pname = "tailwindcss_3";
version = "3.4.17";
src = fetchurl {
@@ -5,7 +5,6 @@
versionCheckHook,
autoPatchelfHook,
makeWrapper,
tailwindcss_4,
}:
let
version = "4.0.6";
-2
View File
@@ -1081,8 +1081,6 @@ with pkgs;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
tailwindcss = callPackage ../development/tools/tailwindcss { };
ufolint = with python3Packages; toPythonApplication ufolint;
valeronoi = qt6Packages.callPackage ../tools/misc/valeronoi { };