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 SKooFzH9DmDfJgAA0tVLHw (envelope-from ) for ; Mon, 25 Jan 2021 17:17:37 +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 0D0CEzH9DmBfcwAAB5/wlQ (envelope-from ) for ; Mon, 25 Jan 2021 17:17:37 +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 E6A139403CA for ; Mon, 25 Jan 2021 17:17:36 +0000 (UTC) Received: from localhost ([::1]:59542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l45Ud-0000PB-Up for larch@yhetil.org; Mon, 25 Jan 2021 12:17:35 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59922) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l45U5-0000NT-Pc for guix-devel@gnu.org; Mon, 25 Jan 2021 12:17:05 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55972) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l45U5-0008ST-DZ; Mon, 25 Jan 2021 12:17:01 -0500 Received: from 2001-1c02-0b2a-aa00-2eb3-e528-5257-7587.cable.dynamic.v6.ziggo.nl ([2001:1c02:b2a:aa00:2eb3:e528:5257:7587]:47042) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l45U3-0006r1-Vd; Mon, 25 Jan 2021 12:17:00 -0500 Message-ID: <9412ac325886a164c3789b2c74bf7e814517ce04.camel@gnu.org> Subject: Re: Guix in Debian! From: Roel Janssen To: Vagrant Cascadian , guix-devel@gnu.org Date: Mon, 25 Jan 2021 18:16:36 +0100 In-Reply-To: <87czxv56af.fsf@yucca> References: <87czxv56af.fsf@yucca> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3 (3.38.3-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.85 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; 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: E6A139403CA X-Spam-Score: -2.85 X-Migadu-Scanner: scn0.migadu.com X-TUID: K8ggA/lbLH6t On Sat, 2021-01-23 at 20:04 -0800, Vagrant Cascadian wrote: > 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! > This is really awesome. I'm also grateful for fixing the guile-gnutls packaging in Debian. Thank you! Kind regards, Roel Janssen