uwsgi: add passthru.tests.uwsgi to derivation
This commit is contained in:
parent
c32ef2192f
commit
e189177c26
|
@ -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: list of strings, eg. [ "python2" "python3" ]
|
||||||
, plugins ? []
|
, plugins ? []
|
||||||
, pam, withPAM ? stdenv.isLinux
|
, pam, withPAM ? stdenv.isLinux
|
||||||
|
@ -120,4 +120,7 @@ stdenv.mkDerivation rec {
|
||||||
maintainers = with maintainers; [ abbradar schneefux globin ];
|
maintainers = with maintainers; [ abbradar schneefux globin ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.tests.uwsgi = nixosTests.uwsgi;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue