tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
apacheHttpdPackages.mod_wsgi: enable on darwin
Robert Scott
3 years ago
b79b08f0
8efd0a82
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
http
apache-modules
mod_wsgi
default.nix
+1
-1
pkgs/servers/http/apache-modules/mod_wsgi/default.nix
···
23
homepage = "https://github.com/GrahamDumpleton/mod_wsgi";
24
description = "Host Python applications in Apache through the WSGI interface";
25
license = lib.licenses.asl20;
26
-
platforms = lib.platforms.linux;
27
};
28
}
···
23
homepage = "https://github.com/GrahamDumpleton/mod_wsgi";
24
description = "Host Python applications in Apache through the WSGI interface";
25
license = lib.licenses.asl20;
26
+
platforms = lib.platforms.unix;
27
};
28
}