unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] guix: use '@' in package-full-name instead of '-'
@ 2016-04-28  2:25 Cyril Roelandt
  2016-04-28  3:03 ` Eric Bavier
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cyril Roelandt @ 2016-04-28  2:25 UTC (permalink / raw)
  To: guix-devel

* guix/packages.scm (package-full-name): Use '@' instead of '-'.
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index d62d1f3..e33791e 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -346,7 +346,7 @@ name of its URI."
 
 (define (package-full-name package)
   "Return the full name of PACKAGE--i.e., `NAME-VERSION'."
-  (string-append (package-name package) "-" (package-version package)))
+  (string-append (package-name package) "@" (package-version package)))
 
 (define (%standard-patch-inputs)
   (let* ((canonical (module-ref (resolve-interface '(gnu packages base))
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-28 12:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28  2:25 [PATCH] guix: use '@' in package-full-name instead of '-' Cyril Roelandt
2016-04-28  3:03 ` Eric Bavier
2016-04-28  8:23 ` Mathieu Lirzin
2016-04-28 12:07   ` Ludovic Courtès
2016-04-28  8:46 ` Alex Kost

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).