guix-commits
[Top][All Lists]
Advanced

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

57/416: gnu: sdl2-image: Add upstream-name property.


From: guix-commits
Subject: 57/416: gnu: sdl2-image: Add upstream-name property.
Date: Fri, 14 Apr 2023 15:25:17 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 89297d2f5a2b53fa4fcc757e87d57bb24a80ed94
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 c07a23548c..a41cfd4b47 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]