From c5cd0ac769d51c7d03c72057c787fcf5f2b78dc0 Mon Sep 17 00:00:00 2001 From: Cassie Cheung Date: Mon, 10 Feb 2025 16:30:22 +0800 Subject: [PATCH] roundcube: temporarily disable symlinks check At the current release upstream ships a broken symlink. Disable the check until the next release which should contain a proper .htaccess file. --- pkgs/servers/roundcube/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/servers/roundcube/default.nix b/pkgs/servers/roundcube/default.nix index 15b6ca2544e9..f8b50b66fcea 100644 --- a/pkgs/servers/roundcube/default.nix +++ b/pkgs/servers/roundcube/default.nix @@ -21,6 +21,9 @@ stdenv.mkDerivation rec { dontBuild = true; + # FIXME: this should be removed after upstream releases the update forcing the use of public_html. + dontCheckForBrokenSymlinks = true; + installPhase = '' mkdir $out cp -r * $out/