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

* gnu/packages/sdl.scm (sdl2-image)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-11-26 11:04:55 +01:00 committed by Maxim Cournoyer
parent dd8a6ace60
commit 89297d2f5a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -478,7 +478,8 @@ (define-public sdl2-image
(sha256
(base32 "1l0864kas9cwpp2d32yxl81g98lx40dhbdp03dz7sbv84vhgdmdx"))))
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-image))))
(propagated-inputs-with-sdl2 sdl-image))
(properties '((upstream-name . "SDL2_image")))))
(define-public sdl2-mixer
(package (inherit sdl-mixer)