mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: sdl2-net: Add upstream-name property.
* gnu/packages/sdl.scm (sdl2-net)[properties]: New field.
This commit is contained in:
parent
780cfb5eda
commit
2b17608884
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue