From 105602b5aedb6d8e39aa427e43665f664093e2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Tue, 20 Jul 2021 15:21:34 +0200 Subject: [PATCH] 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 --- pkgs/servers/roundcube/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/roundcube/default.nix b/pkgs/servers/roundcube/default.nix index 75afedaa2dd..0b0b5a0f829 100644 --- a/pkgs/servers/roundcube/default.nix +++ b/pkgs/servers/roundcube/default.nix @@ -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 {