Merge pull request #130777 from mkg20001/roundcube-fix-warning

roundcube: remove composer.json-dist to prevent roundcube from trying to update composer.json
This commit is contained in:
Maximilian Bosch 2021-07-20 16:42:34 +02:00 committed by GitHub
commit a5660939b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
cp -r * $out/
ln -sf /etc/roundcube/config.inc.php $out/config/config.inc.php
rm -rf $out/installer
# shut up updater
rm $out/composer.json-dist
'';
passthru.withPlugins = f: buildEnv {