From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: List available versions of package. Date: Sun, 23 Jun 2019 00:46:35 +0200 Message-ID: <87a7e9tf04.fsf@elephly.net> References: <87ftohqg9l.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34120) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1heomj-0005mP-BZ for help-guix@gnu.org; Sat, 22 Jun 2019 18:47:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1heomi-0002lq-78 for help-guix@gnu.org; Sat, 22 Jun 2019 18:47:01 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21210) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1heomh-0002XV-OF for help-guix@gnu.org; Sat, 22 Jun 2019 18:47:00 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Philippe Veber Cc: help-guix@gnu.org Hi Philippe, > Also, is it expected that packages from guix commits dating > from a few years ago will still work in this setting? Thanks! Commits before the introduction of inferiors likely won=E2=80=99t work, unfortunately. For running old versions I recommend writing new package variants instead and including them in a channel. Using inferiors is a good idea when you want to reproduce a Guix environment that somebody else (or your younger self) recorded, but I would not recommend them as a way to make past software variants available. If you are not interested in a particular old state of the world but only care about a particular version of a single piece of software (that may be built with current toolchains and libraries) then package variants are a better idea. For bioinfo package variants also take a look at the guix-bimsb channel: https://github.com/BIMSBbioinfo/guix-bimsb (I should update the README to recommend using channels instead of GUIX_PACKAGE_PATH=E2=80=A6) -- Ricardo