guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: marble-qt: Fix source file name.


From: guix-commits
Subject: 03/03: gnu: marble-qt: Fix source file name.
Date: Sun, 25 Jul 2021 14:17:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cbeafb35e8d29fe876cfc78df0d22ecd49e8f39a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 25 19:52:47 2021 +0200

    gnu: marble-qt: Fix source file name.
    
    * gnu/packages/geo.scm (marble-qt)[source]: Add a FILE-NAME field.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index ebcce5d..1be6d14 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2437,9 +2437,9 @@ using third-party geocoders and other data sources.")
          (uri (git-reference
                (url "https://invent.kde.org/education/marble.git/";)
                (commit commit)))
+         (file-name (git-file-name name version))
          (sha256
-          (base32
-           "0m0sf3sddaib7vc5lhbmh7ziw07p1hahg02f65sgfylyl5f5kj92"))
+          (base32 "0m0sf3sddaib7vc5lhbmh7ziw07p1hahg02f65sgfylyl5f5kj92"))
          (patches (search-patches
                    "marble-qt-add-qt-headers.patch"))))
       (build-system cmake-build-system)



reply via email to

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