gnome-user-share: Fix apache paths
This commit is contained in:
parent
72e7337dda
commit
e9bf11b039
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
|||
sed -e 's,^LoadModule dnssd_module.\+,LoadModule dnssd_module ${mod_dnssd}/modules/mod_dnssd.so,' -i data/dav_user_2.2.conf
|
||||
'';
|
||||
|
||||
configureFlags = [ "--with-httpd=${apacheHttpd_2_2}/bin/httpd"
|
||||
"--with-modules-path=${apacheHttpd_2_2}/modules"
|
||||
configureFlags = [ "--with-httpd=${apacheHttpd_2_2.out}/bin/httpd"
|
||||
"--with-modules-path=${apacheHttpd_2_2.dev}/modules"
|
||||
"--disable-bluetooth"
|
||||
"--with-nautilusdir=$(out)/lib/nautilus/extensions-3.0" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue