me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/sdl.scm (sdl2-image)[properties]: New field.
master
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
1 changed files with 2 additions and 1 deletions

View File

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