From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WCaFNlPvDWCcJAAA0tVLHw (envelope-from ) for ; Sun, 24 Jan 2021 22:06:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id uFopMlPvDWASOAAAB5/wlQ (envelope-from ) for ; Sun, 24 Jan 2021 22:06:11 +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 909A49404DF for ; Sun, 24 Jan 2021 22:06:11 +0000 (UTC) Received: from localhost ([::1]:48600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l3nWM-0007l9-FW for larch@yhetil.org; Sun, 24 Jan 2021 17:06:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l3nV6-0007GQ-C9 for guix-devel@gnu.org; Sun, 24 Jan 2021 17:04:53 -0500 Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:59298) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l3nV4-0003gQ-IE for guix-devel@gnu.org; Sun, 24 Jan 2021 17:04:52 -0500 Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 458D326617; Sun, 24 Jan 2021 17:04:47 -0500 (EST) References: <87czxv56af.fsf@yucca> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Lemmer Webber To: Vagrant Cascadian Subject: Re: Guix in Debian! In-reply-to: <87czxv56af.fsf@yucca> Date: Sun, 24 Jan 2021 17:04:46 -0500 Message-ID: <878s8ioutd.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2600:3c02::f03c:91ff:feae:cb51; envelope-from=cwebber@dustycloud.org; helo=dustycloud.org X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SBL_CSS=3.335, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.35 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-Migadu-Queue-Id: 909A49404DF X-Spam-Score: -2.35 X-Migadu-Scanner: scn1.migadu.com X-TUID: EevCfpY5RRV0 This. Is. Huge. THANK YOU for all your hard work here! I wrote out why I think this is big news: https://octodon.social/@cwebber/105612900114421037 Vagrant Cascadian writes: > So, a while back I mentioned that Guix was present in Debian > "experimental": > > https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00254.html > > And it was useable for a brief window of time, but was broken due to > some issues with guile-gnutls and guile-3.0: > > https://bugs.debian.org/964284 > > Somewhat deterred, I back-burnered it for a while while I focused on > other things... > > > Just a few days ago, I decided to attempt to get Guix into Debian's next > release, and went with the fallback plan of building it against > guile-2.2, and a few disabled tests later... > > https://tracker.debian.org/guix > > > If all goes well, it should migrate to "bullseye" in a few > days. Hopefully in a few months "bullseye" will become Debian's stable > release shipping with guix! Presumeably Guix will also eventually find > itself in Ubuntu and other Debian derivatives... > > > Now on Debian you should be able to: > > apt install guix > guix install dpkg > guix environment --ad-hoc dpkg -- dpkg -i ./guix_1.2.0-3_amd64.deb > > It is almost like symmetry! > > > Thanks for all the help and encouragement along the way, everyone! > > > live well, > vagrant