From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id eJWvLhCn/V7dUAAA0tVLHw (envelope-from ) for ; Thu, 02 Jul 2020 09:21:20 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 8HtLKhCn/V7wegAAbx9fmQ (envelope-from ) for ; Thu, 02 Jul 2020 09:21:20 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5114494066D for ; Thu, 2 Jul 2020 09:21:20 +0000 (UTC) Received: from localhost ([::1]:51046 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqvPD-000143-1j for larch@yhetil.org; Thu, 02 Jul 2020 05:21:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqvOI-0000JX-Ci for guix-devel@gnu.org; Thu, 02 Jul 2020 05:20:22 -0400 Received: from mout01.posteo.de ([185.67.36.141]:47494) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqvOF-0001Ws-QM for guix-devel@gnu.org; Thu, 02 Jul 2020 05:20:22 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id CAF62160063 for ; Thu, 2 Jul 2020 11:20:12 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49yCHH5CxQz6tmN; Thu, 2 Jul 2020 11:20:11 +0200 (CEST) From: L p R n d n To: Christopher Lemmer Webber Subject: Re: Installing packages auto-container'ed References: <877dvn10ro.fsf@dustycloud.org> Date: Thu, 02 Jul 2020 11:20:10 +0200 In-Reply-To: <877dvn10ro.fsf@dustycloud.org> (Christopher Lemmer Webber's message of "Wed, 01 Jul 2020 15:41:15 -0400") Message-ID: <87wo3mtgs5.fsf@lprndn.info> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: neutral client-ip=185.67.36.141; envelope-from=guix@lprndn.info; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/02 05:20:13 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -33 X-Spam_score: -3.4 X-Spam_bar: --- X-Spam_report: (-3.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NEUTRAL=0.779 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: 4Iymsu/T0sez Hello, I like it. To be honest, I tried to write something like that a year ago or so, I think. I used call-with-container with weird imports/modules and it's globally very ugly and a mess... I could share it if you want but it's probably useless now, specially if there is some proper code in (guix pack). Also I tried to make a variant for softwares needing FHS (binaries, really...). Would it be possible/interesting to get that kind of feature too? And +1 too for the command-line option. :) Have a nice day, L p R n d n