From b79b08f09da27e35d1a7b5e63e6aba213224436a Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Wed, 14 Sep 2022 00:34:19 +0100 Subject: [PATCH] apacheHttpdPackages.mod_wsgi: enable on darwin --- pkgs/servers/http/apache-modules/mod_wsgi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix index b23de4114a5e..7185b1c81270 100644 --- a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix +++ b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/GrahamDumpleton/mod_wsgi"; description = "Host Python applications in Apache through the WSGI interface"; license = lib.licenses.asl20; - platforms = lib.platforms.linux; + platforms = lib.platforms.unix; }; }