From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: Python applications that are also libraries Date: Sat, 7 Apr 2018 11:27:37 +0200 Message-ID: <6845537d-5c7b-53e3-9f31-07fa0ba889af@crazy-compilers.com> References: <878ta0aec8.fsf@gmail.com> <871sfsjzzd.fsf@elephly.net> 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]:50086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4k8O-0006LH-Co for guix-devel@gnu.org; Sat, 07 Apr 2018 05:27:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4k8L-0008Vf-8Z for guix-devel@gnu.org; Sat, 07 Apr 2018 05:27:44 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:57079) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f4k8L-0008Tw-28 for guix-devel@gnu.org; Sat, 07 Apr 2018 05:27:41 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 40JB6z2SPwz1qvNk for ; Sat, 7 Apr 2018 11:27:39 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 40JB6z0vKDz1qqlD for ; Sat, 7 Apr 2018 11:27:39 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id z5ZfPBxSidig for ; Sat, 7 Apr 2018 11:27:38 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-167-22.dynamic.mnet-online.de [93.104.167.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sat, 7 Apr 2018 11:27:38 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 8E72F602C6 for ; Sat, 7 Apr 2018 11:27:37 +0200 (CEST) In-Reply-To: <871sfsjzzd.fsf@elephly.net> Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Am 06.04.2018 um 14:12 schrieb Ricardo Wurmus: > The point here is that in the library case inputs must be propagated, > whereas in the case where only the executables are used the inputs don=E2= =80=99t > have to be propagated. > > Separating them in two outputs doesn=E2=80=99t address this problem as = far as I > can see. Using the venv-based wrapper I describe in