add TemplateStyles extension to mediawiki
This commit is contained in:
parent
8ee952b958
commit
f8324e96e6
|
@ -64,6 +64,13 @@ with lib; {
|
||||||
Poem = null;
|
Poem = null;
|
||||||
SecureLinkFixer = null;
|
SecureLinkFixer = null;
|
||||||
WikiEditor = null;
|
WikiEditor = null;
|
||||||
|
ParserFunctions = null;
|
||||||
|
|
||||||
|
TemplateStyles = pkgs.fetchzip {
|
||||||
|
url = "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/TemplateStyles/+archive/refs/heads/wmf/1.42.0-wmf.9.tar.gz";
|
||||||
|
sha256 = "sha256-+EOwkDU8L0qQ4Wo3WDqNug4Pyz/PUhOiHKmNcFJO4G0=";
|
||||||
|
stripRoot = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue