mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
guix package: Warn about packages that no longer exist.
Fixes <http://bugs.gnu.org/27261>. Reported by Mark H Weaver <mhw@netris.org>. * guix/scripts/package.scm (transaction-upgrade-entry): Add call to 'warning' when NAME cannot be found in the package set.
This commit is contained in:
parent
b45aa39b26
commit
a1b46bdc06
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ (define (supersede old new)
|
||||||
(package->manifest-entry pkg output)
|
(package->manifest-entry pkg output)
|
||||||
transaction))))))))
|
transaction))))))))
|
||||||
(#f
|
(#f
|
||||||
|
(warning (G_ "package '~a' no longer exists~%") name)
|
||||||
transaction)))))
|
transaction)))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue