Skip to content

Commit

Permalink
uwsgi: add passthru.tests.uwsgi to derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed Dec 21, 2020
1 parent c32ef21 commit e189177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/servers/uwsgi/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -120,4 +120,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ abbradar schneefux globin ];
platforms = platforms.unix;
};

passthru.tests.uwsgi = nixosTests.uwsgi;

}

0 comments on commit e189177

Please sign in to comment.