mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
commit
4f27f28f89
@ -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}";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user