mate.mate-user-share: fix apache module path

Also potentially reduces the number of dev dependencies in closure.
This commit is contained in:
Jan Tojnar 2021-10-13 18:54:21 +02:00
parent 22ab849288
commit b479d8e6a5

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-httpd=${apacheHttpd.out}/bin/httpd"
"--with-modules-path=${apacheHttpd.dev}/modules"
"--with-modules-path=${apacheHttpd}/modules"
"--with-cajadir=$(out)/lib/caja/extensions-2.0"
];