mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ghostscript: Add 'upstream-name' property.
This allows 'guix refresh' to do the right thing. * gnu/packages/ghostscript.scm (ghostscript)[properties]: New field.
This commit is contained in:
parent
2ad0240c56
commit
fd68cc2c8b
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ (define-public ghostscript
|
||||||
capabilities of the PostScript language. It supports a wide variety of
|
capabilities of the PostScript language. It supports a wide variety of
|
||||||
output file formats and printers.")
|
output file formats and printers.")
|
||||||
(license license:agpl3+)
|
(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
|
(define ghostscript/fixed
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue