zotero: Replace rec with finalAttrs

This commit is contained in:
Mynacol
2026-02-11 19:04:50 +01:00
committed by Mynacol
parent 2269809a93
commit deba725805
+3 -3
View File
@@ -152,7 +152,7 @@ let
};
in
buildNpmPackage rec {
buildNpmPackage (finalAttrs: {
inherit
pname
version
@@ -249,7 +249,7 @@ buildNpmPackage rec {
name = "zotero";
exec = "zotero -url %U";
icon = "zotero";
comment = meta.description;
comment = finalAttrs.meta.description;
desktopName = "Zotero";
genericName = "Reference Management";
categories = [
@@ -305,4 +305,4 @@ buildNpmPackage rec {
justanotherariel
];
};
}
})