10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
15 owner = "GrahamDumpleton";
18 hash = "sha256-FhOSU8/4QoWa73bNi/qkgKm3CeEEdboh2MgxgQxcYzE=";
28 substituteInPlace configure --replace '/usr/bin/lipo' 'lipo'
32 "LIBEXECDIR=$(out)/modules"
36 homepage = "https://github.com/GrahamDumpleton/mod_wsgi";
37 description = "Host Python applications in Apache through the WSGI interface";
38 license = lib.licenses.asl20;
39 platforms = lib.platforms.unix;