mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: sdl2-ttf: Add upstream-name property.
* gnu/packages/sdl.scm (sdl2-ttf)[properties]: New field.
This commit is contained in:
parent
835000654f
commit
086e1cf4e2
1 changed files with 2 additions and 1 deletions
|
@ -555,7 +555,8 @@ (define-public sdl2-ttf
|
|||
(base32
|
||||
"0cyd48dipc0m399qy8s03lci8b0bpiy8xlkvrm2ia7wcv0dfpv59"))))
|
||||
(propagated-inputs
|
||||
(propagated-inputs-with-sdl2 sdl-ttf))))
|
||||
(propagated-inputs-with-sdl2 sdl-ttf))
|
||||
(properties '((upstream-name . "SDL2_ttf")))))
|
||||
|
||||
(define-public guile-sdl
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue