mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
dysnomia: make function header more readable
This commit is contained in:
parent
28907d3bff
commit
52c427b8be
@ -1,5 +1,11 @@
|
||||
{ lib, stdenv, fetchurl, netcat
|
||||
, systemd ? null, ejabberd ? null, mysql ? null, postgresql ? null, subversion ? null, mongodb ? null, mongodb-tools ? null, influxdb ? null, supervisor ? null, docker ? null, nginx ? null, s6-rc ? null, xinetd ? null
|
||||
|
||||
# Optional packages
|
||||
, systemd ? null, ejabberd ? null, mysql ? null, postgresql ? null, subversion ? null
|
||||
, mongodb ? null, mongodb-tools ? null, influxdb ? null, supervisor ? null, docker ? null
|
||||
, nginx ? null, s6-rc ? null, xinetd ? null
|
||||
|
||||
# Configuration flags
|
||||
, enableApacheWebApplication ? false
|
||||
, enableAxis2WebService ? false
|
||||
, enableEjabberdDump ? false
|
||||
|
Loading…
Reference in New Issue
Block a user