From fd68cc2c8b75d9ad2a0edf274de5e1232e3dec88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 6 Nov 2016 22:37:37 +0100 Subject: gnu: ghostscript: Add 'upstream-name' property. This allows 'guix refresh' to do the right thing. * gnu/packages/ghostscript.scm (ghostscript)[properties]: New field. --- gnu/packages/ghostscript.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/ghostscript.scm') diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 09b10f7741..591e3e7d48 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -191,7 +191,8 @@ file format. It also includes a C library that implements the graphics capabilities of the PostScript language. It supports a wide variety of output file formats and printers.") (license license:agpl3+) - (home-page "http://www.gnu.org/software/ghostscript/"))) + (home-page "http://www.gnu.org/software/ghostscript/") + (properties '((upstream-name . "gnu-ghostscript"))))) (define ghostscript/fixed (package -- cgit v1.2.3