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.
This commit is contained in:
Cassie Cheung
2025-02-10 16:33:05 +08:00
parent b07de9bca1
commit c5cd0ac769
+3
View File
@@ -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/