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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user