From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6By4-00055M-M7 for guix-patches@gnu.org; Tue, 19 Mar 2019 06:27:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6Bri-0002Cf-N1 for guix-patches@gnu.org; Tue, 19 Mar 2019 06:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36052) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h6Bri-0002CC-Cx for guix-patches@gnu.org; Tue, 19 Mar 2019 06:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h6Bri-0004Ml-4g for guix-patches@gnu.org; Tue, 19 Mar 2019 06:21:02 -0400 Subject: [bug#34903] [PATCH] build-system/meson: Add #:disallowed-references. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190318135536.5274-1-mbakke@fastmail.com> Date: Tue, 19 Mar 2019 11:19:52 +0100 In-Reply-To: <20190318135536.5274-1-mbakke@fastmail.com> (Marius Bakke's message of "Mon, 18 Mar 2019 14:55:36 +0100") Message-ID: <87tvfzb1yv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 34903@debbugs.gnu.org Hi Marius! Marius Bakke skribis: > * guix/build-system/meson.scm (meson-build): Add #:disallowed-references. Go for it! Ludo=E2=80=99.