apache-httpd: Strip modules

We did this for 2.2 (cc61d31902d67b94333f53a5ab5772330bbc21cc) but
lost this for 2.4. This reduces the Apache closure size from 312 MiB
to 102 MiB (primarily by getting rid of -dev outputs).

+3
+3
pkgs/servers/http/apache-httpd/2.4.nix
··· 45 45 preConfigure = '' 46 46 configureFlags="$configureFlags --includedir=$dev/include" 47 47 ''; 48 + 48 49 configureFlags = '' 49 50 --with-apr=${apr.dev} 50 51 --with-apr-util=${aprutil.dev} ··· 66 67 ''; 67 68 68 69 enableParallelBuilding = true; 70 + 71 + stripDebugList = "lib modules bin"; 69 72 70 73 postInstall = '' 71 74 mkdir -p $doc/share/doc/httpd