From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: install --with-version? Date: Thu, 2 May 2019 17:44:30 +0200 Message-ID: <20190502154430.lesr4xoe7xjhc5bg@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:35858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMDt0-0005Nl-MW for help-guix@gnu.org; Thu, 02 May 2019 11:44:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMDsz-0000q8-Mu for help-guix@gnu.org; Thu, 02 May 2019 11:44:38 -0400 Received: from pelzflorian.de ([5.45.111.108]:51900 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMDsy-0000ow-IP for help-guix@gnu.org; Thu, 02 May 2019 11:44:37 -0400 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id EF70C360038 for ; Thu, 2 May 2019 17:44:30 +0200 (CEST) Content-Disposition: inline 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: help-guix@gnu.org Hello! I wanted to install biber 2.10 but Guix has and never had a package for it (I think). So I think of rewriting the existing package. I see no --with-version option for `guix build`. I tried guix environment --ad-hoc -e '(begin (use-modules (guix packages) (gnu pa= ckages tex)) (package (inherit biber) (version "2.10")))' but it still uses the source for the current biber 2.12 instead of biber 2.10. I suppose Guix=E2=80=99 record implementation is =E2=80=9Chy= gienic=E2=80=9D and never refers to a changed version. What to do? Regards, Florian