From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31870: Provide a way to customize %harmless-collisions Date: Sun, 17 Jun 2018 23:17:00 +0200 Message-ID: <87h8m1jepf.fsf@gnu.org> References: <87po0p99dd.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUf3j-0005Py-Da for bug-guix@gnu.org; Sun, 17 Jun 2018 17:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUf3i-00038r-Gg for bug-guix@gnu.org; Sun, 17 Jun 2018 17:18:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46203) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUf3i-00038l-Cc for bug-guix@gnu.org; Sun, 17 Jun 2018 17:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fUf3i-0004au-3R for bug-guix@gnu.org; Sun, 17 Jun 2018 17:18:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87po0p99dd.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Sun, 17 Jun 2018 09:10:06 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 31870@debbugs.gnu.org Hello, Cl=C3=A9ment Lassieur skribis: > %harmless-collisions is consistent for Guix packages, but users can also > add their custom packages through GUIX_PACKAGE_PATH. It would be great > that if such custom packages collide, the warning message can be > removed. =E2=80=98%harmless-collisions=E2=80=99 is really a hack and I=E2=80=99m not= sure we=E2=80=99d like to make this hack extensible. :-) Did you have any concrete use case in mind? Ludo=E2=80=99.