move roundcube to always build locally

This commit is contained in:
Daniel Frank 2020-12-27 23:48:37 +01:00
parent c8c50c0744
commit f98ff802eb
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
curlOpts = "--location";
sha256 = "1cpcr3abjq1f2af0ca571y976yni48z3rh3x146c6ninl5ip9b4z";
};
preferLocalBuild = true;
phases = [ "unpackPhase" "installPhase" ];