apacheHttpdPackages.mod_wsgi: enable on darwin

+1 -1
+1 -1
pkgs/servers/http/apache-modules/mod_wsgi/default.nix
··· 23 23 homepage = "https://github.com/GrahamDumpleton/mod_wsgi"; 24 24 description = "Host Python applications in Apache through the WSGI interface"; 25 25 license = lib.licenses.asl20; 26 - platforms = lib.platforms.linux; 26 + platforms = lib.platforms.unix; 27 27 }; 28 28 }