guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: sdl2-image: Add upstream-name property.


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

mbakke pushed a commit to branch staging
in repository guix.

commit b7835359d8f249b006bcb4f8943a04aa804c82b2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 26 11:04:55 2022 +0100

    gnu: sdl2-image: Add upstream-name property.
    
    * gnu/packages/sdl.scm (sdl2-image)[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 e4584356f8..bf1d856a66 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -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)



reply via email to

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