gnome.gnome-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:53:50 +02:00
parent 050a1d0a6e
commit 22ab849288

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dhttpd=${apacheHttpd.out}/bin/httpd"
"-Dmodules_path=${apacheHttpd.dev}/modules"
"-Dmodules_path=${apacheHttpd}/modules"
"-Dsystemduserunitdir=${placeholder "out"}/etc/systemd/user"
# In 3.34.0 it defaults to false but it is silently ignored and always installed.
# Lets add it anyway in case they decide to make build respect the option in the future.