mate.mate-user-share: fix apache module path
Also potentially reduces the number of dev dependencies in closure.
This commit is contained in:
parent
22ab849288
commit
b479d8e6a5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue