add TemplateStyles extension to mediawiki
This commit is contained in:
		
							parent
							
								
									8ee952b958
								
							
						
					
					
						commit
						f8324e96e6
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -64,6 +64,13 @@ with lib; { | |||
|         Poem = null; | ||||
|         SecureLinkFixer = 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