forked from mirrors/nixpkgs
systemd-journal2gelf: fix path
This commit is contained in:
parent
ae504dc726
commit
a9e87314ab
|
@ -10776,6 +10776,8 @@ in
|
|||
|
||||
slurm-llnl-full = appendToName "full" (callPackage ../servers/computing/slurm { });
|
||||
|
||||
systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { };
|
||||
|
||||
inherit (callPackages ../servers/http/tomcat { })
|
||||
tomcat6
|
||||
tomcat7
|
||||
|
@ -10783,8 +10785,6 @@ in
|
|||
tomcat85
|
||||
tomcatUnstable;
|
||||
|
||||
systemd-journal2gelf = (callPackage ../servers/monitoring/systemd-journal2gelf { }).bin // { outputs = ["bin"]; };
|
||||
|
||||
tomcat_mysql_jdbc = callPackage ../servers/http/tomcat/jdbc/mysql { };
|
||||
|
||||
torque = callPackage ../servers/computing/torque { };
|
||||
|
|
Loading…
Reference in a new issue