uwsgi: remove unused input

This commit is contained in:
Sandro Jäckel
2021-02-16 07:53:19 +01:00
parent 1576e75818
commit f0c2cd9f99

View File

@@ -5,7 +5,7 @@
, systemd, withSystemd ? stdenv.isLinux
, libcap, withCap ? stdenv.isLinux
, python2, python3, ncurses
, ruby, php, libmysqlclient
, ruby, php
}:
let php-embed = php.override {