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" ];
after = [ "network.target" ];
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 ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
broken = true;
};
}

File diff suppressed because it is too large Load diff

View file

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