guix-patches
[Top][All Lists]
Advanced

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

[bug#42354] [PATCH] gnu: open-adventure: Update to 1.8.


From: Ludovic Courtès
Subject: [bug#42354] [PATCH] gnu: open-adventure: Update to 1.8.
Date: Thu, 10 Sep 2020 09:46:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:

>> Yes, see ‘deprecated-package’.
>>
>> HTH!
>
> But you cannot deprecate a specific version of a package with this
> function, or can you?

Ah well, not exactly with this function, you’re right, but I think you
can do something like:

  (define-public open-adventure-1.8
    (package
      (inherit open-adventure)
      (version "1.8")
      (properties `((superseded . ,open-adventure)))))

That way “guix install open-adventure@1.8” will emit a deprecation
warning and install the other one.

HTH!

Ludo’.





reply via email to

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