roundcube: remove composer.json-dist to prevent roundcube from trying to update composer.json

this removes the warning

```
WARNING: unable to update composer.json!
```

since it might be confusing people, as nixOS already handles dependency updates
This commit is contained in:
Maciej Krüger 2021-07-20 15:21:34 +02:00
parent 5035f0924c
commit 105602b5ae
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

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 {