me
/
guix
Archived
1
0
Fork 0

gnu: sdl2-ttf: Add upstream-name property.

* gnu/packages/sdl.scm (sdl2-ttf)[properties]: New field.
master
Marius Bakke 2022-11-26 11:06:15 +01:00 committed by Maxim Cournoyer
parent 2b17608884
commit 0e86ee89d4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 1 deletions

View File

@ -555,7 +555,8 @@ directory.")
(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