From a5a3d6d60bd8ee24a411aae8341784e49ef1bd77 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Mon, 27 May 2019 21:41:38 +0200 Subject: [PATCH] uwsgi: enable on darwin --- pkgs/servers/uwsgi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/uwsgi/default.nix b/pkgs/servers/uwsgi/default.nix index 1deba4e12af..1e846487472 100644 --- a/pkgs/servers/uwsgi/default.nix +++ b/pkgs/servers/uwsgi/default.nix @@ -96,6 +96,6 @@ stdenv.mkDerivation rec { description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C"; license = licenses.gpl2; maintainers = with maintainers; [ abbradar schneefux ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }