12 src = fetchFromGitHub {
16 hash = "sha256-tXYqAAzxAFQGREkNGgBrHLp7ukRDMtr0bPYW7hOEniY=";
19 npmDepsHash = "sha256-uKAEWe28zUgE7Fv00sGXD5dKje/pHh22yJlYtk+7tN8=";
21 npmBuildFlags = [ "--production" ];
23 passthru.tests.help = runCommand "${pname}-tests" { } ''
24 ${web-ext}/bin/web-ext --help
29 description = "A command line tool to help build, run, and test web extensions";
30 homepage = "https://github.com/mozilla/web-ext";
31 license = lib.licenses.mpl20;
32 mainProgram = "web-ext";
33 maintainers = with lib.maintainers; [ ];