bug-guix
[Top][All Lists]
Advanced

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

bug#39771: [core-updates] 'guix pull' and './pre-inst-env' produces diff


From: Ludovic Courtès
Subject: bug#39771: [core-updates] 'guix pull' and './pre-inst-env' produces different derivations
Date: Sun, 08 Mar 2020 21:59:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi!

Timothy Sample <address@hidden> skribis:

> It should be using “package-version” to get the versions from the parent
> packages.  Fixed in 0b870f7915f5da43758753fd088a22033936dc50.

Alternately, you can write:

  (arguments
    `(… ,(package-version this-package) …))

so that the version number remains correct when inheriting
(‘this-package’ is a self reference.)

Ludo’.





reply via email to

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