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

* gnu/packages/sdl.scm (sdl2-net)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-11-26 11:05:44 +01:00 committed by Maxim Cournoyer
parent 780cfb5eda
commit 2b17608884
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -534,7 +534,8 @@ (define-public sdl2-net
(base32
"08cxc1bicmyk89kiks7izw1rlx5ng5n6xpy8fy0zxni3b9z8mkhm"))))
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-net))))
(propagated-inputs-with-sdl2 sdl-net))
(properties '((upstream-name . "SDL2_net")))))
(define-public sdl2-ttf
(package (inherit sdl-ttf)