From 7befee308b773b78a1039315203f71e57eca763d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 8 Mar 2016 11:36:16 +0100 Subject: packages: Clarify NAME-VERSION deprecation message. * gnu/packages.scm (%find-package): Clarify message; remove trailing period. --- gnu/packages.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages.scm') diff --git a/gnu/packages.scm b/gnu/packages.scm index 272a7628c1..307f21f057 100644 --- a/gnu/packages.scm +++ b/gnu/packages.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès +;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès ;;; Copyright © 2013 Mark H Weaver ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2016 Alex Kost @@ -291,7 +291,8 @@ return its return value." (package-full-name pkg) (location->string (package-location pkg)))) (when fallback? - (warning (_ "deprecated NAME-VERSION syntax.~%"))) + (warning (_ "deprecated NAME-VERSION syntax; \ +use NAME@VERSION instead~%"))) pkg) (_ (if version -- cgit v1.2.3