guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ghostscript: Add 'upstream-name' property.


From: Ludovic Courtès
Subject: 01/01: gnu: ghostscript: Add 'upstream-name' property.
Date: Sun, 6 Nov 2016 22:54:18 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit fd68cc2c8b75d9ad2a0edf274de5e1232e3dec88
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 6 22:37:37 2016 +0100

    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(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 09b10f7..591e3e7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]