guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: sdl2-ttf: Add upstream-name property.


From: guix-commits
Subject: 06/11: gnu: sdl2-ttf: Add upstream-name property.
Date: Sat, 26 Nov 2022 09:03:33 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 086e1cf4e2b7bc189498beb9918565e0171f5daf
Author: Marius Bakke <marius@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]