From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#25235: Wrapped python programs get native-inputs in PYTHONPATH Date: Thu, 07 Feb 2019 14:22:07 +0100 Message-ID: <87pns34tts.fsf@elephly.net> References: <87eg13birp.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <87y3zahf8t.fsf@gnu.org> <20161226182608.GA20609@jasmine> <716a63e7.AEQAIoR8aXkAAAAAAAAAAAOwyEEAAAACwQwAAAAAAAW9WABY25oY@mailjet.com> <87o9wiwzn2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grjdw-0000iQ-1O for bug-guix@gnu.org; Thu, 07 Feb 2019 08:23:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grjdv-0003ia-Bc for bug-guix@gnu.org; Thu, 07 Feb 2019 08:23:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grjdu-0003hv-8P for bug-guix@gnu.org; Thu, 07 Feb 2019 08:23:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grjdt-0007HZ-Qk for bug-guix@gnu.org; Thu, 07 Feb 2019 08:23:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Arun Isaac's message of "Tue, 04 Apr 2017 22:32:24 +0530") 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: Arun Isaac Cc: 25235@debbugs.gnu.org Arun Isaac writes: >> + ;; TODO: Something like this: >> + ;; (disallowed-references native-inputs) > > What is this part for? This is to ensure that no references to any native input are retained in the output. (Think of it as an assertion that is checked at the end of the build.) ~~ Ricardo