forked from mirrors/nixpkgs
uwsgi: add passthru.tests.uwsgi to derivation
This commit is contained in:
parent
06749ba321
commit
41af371de2
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchurl, pkgconfig, jansson, pcre
|
||||
{ stdenv, nixosTests, lib, fetchurl, pkgconfig, jansson, pcre
|
||||
# plugins: list of strings, eg. [ "python2" "python3" ]
|
||||
, plugins ? []
|
||||
, pam, withPAM ? stdenv.isLinux
|
||||
|
@ -120,4 +120,7 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ abbradar schneefux globin ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
passthru.tests.uwsgi = nixosTests.uwsgi;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue