[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40350] [PATCH] ui: Mention that changes to package definitions can
From: |
Ludovic Courtès |
Subject: |
[bug#40350] [PATCH] ui: Mention that changes to package definitions can cause "upgrades". |
Date: |
Wed, 01 Apr 2020 23:03:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
Leo Famulari <address@hidden> skribis:
> * guix/ui.scm (show-manifest-transaction)[upgrade-string]: Use the
> package name in UI message.
[...]
> (if (string=? old new)
> - (G_ "(dependencies changed)")
> + (format
> + (G_ "(dependencies or ~a package recipe
> changed)")
Is that not implied in a way?
If it is, how about something shorter like:
(dependencies or package changed)
?
Thanks,
Ludo’.
- [bug#40350] [PATCH] ui: Mention that changes to package definitions can cause "upgrades".,
Ludovic Courtès <=