diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-06 22:37:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-06 23:52:32 +0100 |
commit | fd68cc2c8b75d9ad2a0edf274de5e1232e3dec88 (patch) | |
tree | cdf98e63b5a6f500e33f9d2ddb8dc0041a84ff98 /gnu | |
parent | 2ad0240c56d5c240977f567003f0a4c6c0afa2df (diff) | |
download | patches-fd68cc2c8b75d9ad2a0edf274de5e1232e3dec88.tar patches-fd68cc2c8b75d9ad2a0edf274de5e1232e3dec88.tar.gz |
gnu: ghostscript: Add 'upstream-name' property.
This allows 'guix refresh' to do the right thing.
* gnu/packages/ghostscript.scm (ghostscript)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ghostscript.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |