]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/proftpd/default.nix
Allow symlinks for proftpd
[perso/Immae/Config/Nix.git] / pkgs / proftpd / default.nix
index af9d6c6b0580b3a1ea9e32605ba4001525957026..e2881f0fc1dc772d7bbbd55eabe4d8835c786e39 100644 (file)
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     sed -i -e "s@/usr/bin/file@${file}/bin/file@" configure
   '';
   dontDisableStatic = 1;
-  configureFlags = "--enable-openssl --with-modules=mod_ldap:mod_sftp:mod_tls --with-includes=${libsodium.dev}/include --with-libraries=${libsodium}/lib";
+  configureFlags = "--enable-openssl --with-modules=mod_ldap:mod_sftp:mod_tls:mod_site_misc --with-includes=${libsodium.dev}/include --with-libraries=${libsodium}/lib";
   preInstall = ''
     installFlagsArray=(INSTALL_USER=$(id -u) INSTALL_GROUP=$(id -g))
   '';