mbakke pushed a commit to branch staging
in repository guix.

commit 086e1cf4e2b7bc189498beb9918565e0171f5daf
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Nov 26 11:06:15 2022 +0100

    gnu: sdl2-ttf: Add upstream-name property.
    
    * gnu/packages/sdl.scm (sdl2-ttf)[properties]: New field.
---
 gnu/packages/sdl.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 7fcc148410..fdd7b73317 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -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

Reply via email to