Merge pull request #199873 from SuperSandro2000/hedgedoc-nodejs

This commit is contained in:
Sandro
2022-11-28 01:27:53 +01:00
committed by GitHub
+6 -1
View File
@@ -5378,7 +5378,12 @@ with pkgs;
crlfuzz = callPackage ../tools/security/crlfuzz {};
hedgedoc = callPackage ../servers/web-apps/hedgedoc { };
hedgedoc = callPackage ../servers/web-apps/hedgedoc {
inherit (callPackage ../development/tools/yarn2nix-moretea/yarn2nix {
nodejs = nodejs-16_x;
}) mkYarnPackage;
nodejs = nodejs-16_x;
};
colord = callPackage ../tools/misc/colord { };