apacheHttpdPackages.mod_wsgi: enable on darwin

This commit is contained in:
Robert Scott 2022-09-14 00:34:19 +01:00
parent 8efd0a822e
commit b79b08f09d

View file

@ -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;
};
}