help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

install --with-version?


From: pelzflorian (Florian Pelz)
Subject: install --with-version?
Date: Thu, 2 May 2019 17:44:30 +0200
User-agent: NeoMutt/20180716

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 packages 
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’ record implementation is “hygienic” and
never refers to a changed version.

What to do?

Regards,
Florian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]