vikunja: fix frontend build after nodejs update to 22.12 (#375667)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user