Loading pkgs/development/tools/web-ext/default.nix +9 −0 Original line number Diff line number Diff line { lib , buildNpmPackage , fetchFromGitHub , runCommand , web-ext }: buildNpmPackage rec { Loading @@ -16,6 +18,13 @@ buildNpmPackage rec { npmDepsHash = "sha256-KPBKUjCxva11w/E+Qhlx+1vikpCL7Hr9MiKenYHEVSU="; npmBuildFlags = [ "--production" ]; passthru.tests.help = runCommand "${pname}-tests" { } '' ${web-ext}/bin/web-ext --help touch $out ''; meta = { description = "A command line tool to help build, run, and test web extensions"; homepage = "https://github.com/mozilla/web-ext"; Loading Loading
pkgs/development/tools/web-ext/default.nix +9 −0 Original line number Diff line number Diff line { lib , buildNpmPackage , fetchFromGitHub , runCommand , web-ext }: buildNpmPackage rec { Loading @@ -16,6 +18,13 @@ buildNpmPackage rec { npmDepsHash = "sha256-KPBKUjCxva11w/E+Qhlx+1vikpCL7Hr9MiKenYHEVSU="; npmBuildFlags = [ "--production" ]; passthru.tests.help = runCommand "${pname}-tests" { } '' ${web-ext}/bin/web-ext --help touch $out ''; meta = { description = "A command line tool to help build, run, and test web extensions"; homepage = "https://github.com/mozilla/web-ext"; Loading