1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

uwsgi: add a type comment

This commit is contained in:
Domen Kožar 2015-12-21 12:17:20 +01:00
parent 8cb79f60d8
commit 810695216a

View file

@ -1,4 +1,5 @@
{ stdenv, lib, fetchurl, pkgconfig, jansson
# plugins: list of strings, eg. [python2, python3]
, plugins
, pam, withPAM ? stdenv.isLinux
, systemd, withSystemd ? stdenv.isLinux