packages: add mediawiki-extensions.VisualEditor
Eval nix flake / evals (push) Failing after 1m47s Details

This commit is contained in:
Oystein Kristoffer Tveit 2024-04-06 20:55:53 +02:00
parent 2cb7e06369
commit a93348fd33
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 8 additions and 0 deletions

View File

@ -4,4 +4,5 @@ lib.makeScope pkgs.newScope (self: {
PluggableAuth = self.callPackage ./pluggable-auth { }; PluggableAuth = self.callPackage ./pluggable-auth { };
SimpleSAMLphp = self.callPackage ./simple-saml-php { }; SimpleSAMLphp = self.callPackage ./simple-saml-php { };
UserMerge = self.callPackage ./user-merge { }; UserMerge = self.callPackage ./user-merge { };
VisualEditor = self.callPackage ./visual-editor { };
}) })

View File

@ -0,0 +1,7 @@
{ fetchzip }:
fetchzip {
name = "mediawiki-visual-editor-source";
url = "https://extdist.wmflabs.org/dist/extensions/VisualEditor-REL1_41-ec8d3d8.tar.gz";
hash = "sha256-ih+VYuwrq4vy6bD6IBvh9uE+mOSVoMS9lP0jvW9IdH8=";
}