guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: fheroes2: Move source field.


From: guix-commits
Subject: 13/15: gnu: fheroes2: Move source field.
Date: Thu, 6 Jan 2022 20:47:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3c43f1490b080fc052432af15bedc13d8add6843
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 01:38:39 2022 +0100

    gnu: fheroes2: Move source field.
    
    * gnu/packages/games.scm (fheroes2)[source]: Move where expected.
---
 gnu/packages/games.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7f40a83a7e..8fe7c5fff9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12562,6 +12562,15 @@ disassembly of the DOS version, extended with new 
features.")
   (package
     (name "fheroes2")
     (version "0.9.11")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ihhub/fheroes2";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1m8649srzg3j2b1hs4x2y8fib6hn7v0afv4c7bjnfk4bhpi4cqd7"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
@@ -12573,15 +12582,6 @@ disassembly of the DOS version, extended with new 
features.")
      (list libpng
            (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))
            zlib))
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/ihhub/fheroes2";)
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1m8649srzg3j2b1hs4x2y8fib6hn7v0afv4c7bjnfk4bhpi4cqd7"))))
     (home-page "https://ihhub.github.io/fheroes2/";)
     (synopsis "Turn-based strategy game engine")
     (description "@code{fheroes2} is an implementation of Heroes of Might and



reply via email to

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