2023-11-16 04:20:00 +00:00
|
|
|
{ callPackage, texliveMedium }:
|
2020-09-25 04:45:31 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; inherit texliveMedium; })) {
|
2023-08-04 22:07:22 +00:00
|
|
|
zettlr = {
|
2023-11-16 04:20:00 +00:00
|
|
|
version = "3.0.2";
|
|
|
|
hash = "sha256-xwBq+kLmTth15uLiYWJOhi/YSPZVJNO6JTrKFojSDXA=";
|
2020-09-25 04:45:31 +00:00
|
|
|
};
|
|
|
|
}
|