Unverified Commit 77a51c84 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

vikunja: fix frontend build after nodejs update to 22.12 (#375667)

parents 3b9a41c2 d6b0a4ce
Loading
Loading
Loading
Loading
+3060 −0

File added.

Preview size limit exceeded, changes collapsed.

+5 −1
Original line number Diff line number Diff line
@@ -23,16 +23,20 @@ let
    pname = "vikunja-frontend";
    inherit version src;

    patches = [
      ./nodejs-22.12-tailwindcss-update.patch
    ];
    sourceRoot = "${finalAttrs.src.name}/frontend";

    pnpmDeps = pnpm.fetchDeps {
      inherit (finalAttrs)
        pname
        version
        patches
        src
        sourceRoot
        ;
      hash = "sha256-D2dOyYsdsNV1ZSQdjpy6rfoix7yBACEHj/2XyHb7HWE=";
      hash = "sha256-94ZlywOZYmW/NsvE0dtEA81MeBWGUrJsBXTUauuOmZM=";
    };

    nativeBuildInputs = [