12 src = fetchFromGitHub {
16 hash = "sha256-Jlxfsyir1+vutfuHt6SxBkcn0PTtr9/cZzEGa6z6LU0=";
19 npmDepsHash = "sha256-MCK1bCWZpUk2Z/+ZWsY+iUCpz+n1UEcBqkAtiBtJl0k=";
21 npmBuildFlags = [ "--production" ];
23 passthru.tests.help = runCommand "${pname}-tests" { } ''
24 ${web-ext}/bin/web-ext --help
29 description = "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";