mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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:
commit
a5660939b9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user