Merge pull request #16137 from abbradar/parsoid

Update node packages
This commit is contained in:
zimbatm 2016-06-13 00:19:25 +01:00 committed by GitHub
commit 4f27f28f89
4 changed files with 5725 additions and 3652 deletions

View File

@ -91,7 +91,7 @@ in
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network.target" ]; after = [ "network.target" ];
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.nodePackages_0_10.parsoid}/lib/node_modules/parsoid/api/server.js -c ${confFile} -n ${toString cfg.workers}"; ExecStart = "${pkgs.nodePackages.parsoid}/lib/node_modules/parsoid/api/server.js -c ${confFile} -n ${toString cfg.workers}";
}; };
}; };

View File

@ -62,5 +62,6 @@ in stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.rickynils ]; maintainers = [ stdenv.lib.maintainers.rickynils ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
broken = true;
}; };
} }

File diff suppressed because it is too large Load Diff

View File

@ -136,7 +136,7 @@
, "optimist" , "optimist"
, "optparse" , "optparse"
, "owl-deepcopy" , "owl-deepcopy"
, "parsoid" , { "parsoid": "0.4.1" }
, "passport" , "passport"
, "passport-http" , "passport-http"
, "passport-local" , "passport-local"
@ -164,6 +164,7 @@
, "sockjs" , "sockjs"
, "source-map" , "source-map"
, "stylus" , "stylus"
, "svgo"
, "tar" , "tar"
, "temp" , "temp"
, "tern" , "tern"